From 6b2ed39df628f0e7ee8382a492e4d737e28ad50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:22:41 +0000 Subject: [PATCH] ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/response.yml | 4 ++-- .github/workflows/reviewers_remove.yml | 2 +- .github/workflows/spam.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 453f6d2e..803a69ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 registry-url: https://registry.npmjs.org diff --git a/.github/workflows/response.yml b/.github/workflows/response.yml index dca1e455..31e039c8 100644 --- a/.github/workflows/response.yml +++ b/.github/workflows/response.yml @@ -23,7 +23,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/close_unresponsive.js') @@ -41,7 +41,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/remove_response_label.js') diff --git a/.github/workflows/reviewers_remove.yml b/.github/workflows/reviewers_remove.yml index 72dd2793..94e8c058 100644 --- a/.github/workflows/reviewers_remove.yml +++ b/.github/workflows/reviewers_remove.yml @@ -18,7 +18,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/reviewers_remove.js') diff --git a/.github/workflows/spam.yml b/.github/workflows/spam.yml index cc581e0b..ce3d5e1d 100644 --- a/.github/workflows/spam.yml +++ b/.github/workflows/spam.yml @@ -22,7 +22,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/close_spam.js')