From 0876d9c4783ef06747b54f9d3cf815115d7c7316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:58:50 +0000 Subject: [PATCH] chore(deps): bump the gha group in /.github/workflows with 2 updates Bumps the gha group in /.github/workflows with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `actions/setup-node` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.2.0...v6.3.0) Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"