diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1f30c77..1a665f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: package_version: ${{ steps.build_script.outputs.package_version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup-dotnet - name: Run build script id: build_script @@ -44,7 +44,7 @@ jobs: name: packages path: artifacts/ if-no-files-found: error - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: name: unittests-${{ matrix.os }} fail_ci_if_error: true @@ -77,7 +77,7 @@ jobs: - name: Push to NuGet.org run: dotnet nuget push packages/*.nupkg --api-key ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 8ad0852e..e38059df 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index aac48064..ec89acfe 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,7 +31,7 @@ jobs: id-token: write actions: read # Required for Claude to read CI results on PRs steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup-dotnet - name: Run Claude Code diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 31806889..ab55107c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup-dotnet - name: Run docs generation run: ./docs/generate.ps1