From 9dbe7d6262997448358193a20a01bb99d49843d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:03:15 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-node from 2 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node-js.yml | 2 +- .github/workflows/update-md-and-index.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-js.yml b/.github/workflows/node-js.yml index ade1da3..af5a97d 100644 --- a/.github/workflows/node-js.yml +++ b/.github/workflows/node-js.yml @@ -23,7 +23,7 @@ jobs: git config --global url."https://github.com/".insteadOf ssh://git@github.com/ - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/update-md-and-index.yml b/.github/workflows/update-md-and-index.yml index 3e944fa..f066316 100644 --- a/.github/workflows/update-md-and-index.yml +++ b/.github/workflows/update-md-and-index.yml @@ -40,7 +40,7 @@ jobs: - run: git pull origin main # guarantee a latest commit from 'update-recent-md' - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: 21