From 0e543bc48332de203451a8eb03e528ecfbb444e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:30:00 +0000 Subject: [PATCH] .github: Bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' 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..38ec280 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@v5 with: node-version: 18 cache: yarn diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index 39df605..bfdcb69 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@v5 with: node-version: 18 cache: yarn