From 2dff02d989f36090892ee4c1c1d608ac288115d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:25:50 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/gemini-code-assistant.yml | 2 +- .github/workflows/gemini-issue-assistant.yml | 2 +- .github/workflows/new-issue.yml | 2 +- .github/workflows/new-pull-request.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fe2cdd3..a3632ef 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -44,7 +44,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '16' # Use conditional caching based on package-lock.json existence @@ -113,7 +113,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '16' # Use conditional caching based on package-lock.json existence diff --git a/.github/workflows/gemini-code-assistant.yml b/.github/workflows/gemini-code-assistant.yml index 9627128..be1b193 100644 --- a/.github/workflows/gemini-code-assistant.yml +++ b/.github/workflows/gemini-code-assistant.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js for Google AI SDK - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/gemini-issue-assistant.yml b/.github/workflows/gemini-issue-assistant.yml index e095978..422e149 100644 --- a/.github/workflows/gemini-issue-assistant.yml +++ b/.github/workflows/gemini-issue-assistant.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/new-issue.yml b/.github/workflows/new-issue.yml index cccb2ab..9f2afd0 100644 --- a/.github/workflows/new-issue.yml +++ b/.github/workflows/new-issue.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post guidance comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index ec68a2d..f850986 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Post guidance comment on new PR - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} body: |