diff --git a/.github/workflows/i.yml b/.github/workflows/i.yml index 979c26c..77d6bd5 100644 --- a/.github/workflows/i.yml +++ b/.github/workflows/i.yml @@ -39,11 +39,11 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup .NET id: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ inputs.dotnet-version }} @@ -57,7 +57,7 @@ jobs: echo '"""' } >> "$GITHUB_ENV" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/dotnet-tools.json', '**/*.*proj') }} path: | diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index f089cbf..8227798 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -12,7 +12,8 @@ on: - master jobs: - process: + handle: permissions: contents: write - uses: Arthri/release-request/.github/workflows/release-request.yml@v1 + pull-requests: write + uses: Arthri/release-request/.github/workflows/i.yml@v2 diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml deleted file mode 100644 index 2d86dd8..0000000 --- a/.github/workflows/reusable-workflow.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: New Reusable Workflow -run-name: New Reusable Workflow - -on: - workflow_call: - -defaults: - run: - shell: bash - -jobs: - reusable-workflow: - runs-on: ubuntu-22.04 - timeout-minutes: 1 - - steps: - - run: echo Hello, World! diff --git a/.github/workflows/run-reusable-workflow.yml b/.github/workflows/run-reusable-workflow.yml deleted file mode 100644 index a60a421..0000000 --- a/.github/workflows/run-reusable-workflow.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: New Reusable Workflow -run-name: New Reusable Workflow - -on: - repository_dispatch: - -jobs: - reusable-workflow: - uses: ./.github/workflows/reusable-workflow.yml diff --git a/LICENSE b/LICENSE index 17cb21c..157572d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT No Attribution -Copyright 2023, 2024 Arthri +Copyright 2025, 2026 Arthri Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal