diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8d7b454..414ef35 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json - - uses: actions/setup-node@v6.2.0 + - uses: actions/setup-node@v6.3.0 if: ${{ steps.release.outputs.release_created }} with: node-version: '24' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbef1f..45cb64d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Comment on PR - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: key: coverage-${{ matrix.os }} header: "Coverage Report – ${{ matrix.os }}"