From 39909895c2bde1c072bc5277c3832fda75ea6c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:20:12 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/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) --- 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/linux.yml | 2 +- .github/workflows/update-stylelint-rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 10a3fec..0f15369 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20.x' - name: Install latest Chrome diff --git a/.github/workflows/update-stylelint-rules.yml b/.github/workflows/update-stylelint-rules.yml index 96d6eff..8fafce2 100644 --- a/.github/workflows/update-stylelint-rules.yml +++ b/.github/workflows/update-stylelint-rules.yml @@ -22,7 +22,7 @@ jobs: - name: Setup dependencies using pip run: pip install -r requirements.txt - name: Setup Node.js (v4 version 20.x) - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20.x' - name: Setup npm packages