From 53858c0d23ea3d5c3d8fcebde7d76d3af16a17fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:22:18 +0000 Subject: [PATCH] .github: Bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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/deploy.yaml | 2 +- .github/workflows/test-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2b78070..00d997b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 18 cache: yarn diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index 39df605..dff0110 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 18 cache: yarn