From 8b478ec9681d8296635917e97a5ca32517479983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 03:57:49 +0000 Subject: [PATCH] GH Actions: Bump actions/setup-node in the action-runners group Bumps the action-runners group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). 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/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-remark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-remark.yml b/.github/workflows/reusable-remark.yml index f098fdc..a47215f 100644 --- a/.github/workflows/reusable-remark.yml +++ b/.github/workflows/reusable-remark.yml @@ -28,7 +28,7 @@ jobs: - name: Set up node and enable caching of dependencies if: ${{ steps.has_config.outputs.files_exists == 'true' }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: "20"