diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df6f431..0f0f2b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -45,7 +45,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node == '24' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0e9cc5..1b82ed6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -76,7 +76,7 @@ jobs: - name: Create GitHub Release if: github.event_name == 'push' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true make_latest: ${{ steps.channel.outputs.prerelease == 'false' }}