From c1ee79fc5c5570bc0a426fc7d81f1b63648eb20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:12:13 +0000 Subject: [PATCH] Bump actions/setup-node from 6 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/predeploy.yml | 2 +- .github/workflows/test-website.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 99a2a4ba..5b01d082 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node.js for use with actions - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' diff --git a/.github/workflows/predeploy.yml b/.github/workflows/predeploy.yml index 5199cdd6..00a43f98 100644 --- a/.github/workflows/predeploy.yml +++ b/.github/workflows/predeploy.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v7 - name: Setup Node.js for use with actions - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' - name: Set up Python 3.14 diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 06948264..e4308855 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -21,7 +21,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Setup Node.js for use with actions - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' - name: Set up Python 3.14