From 466a59ec47d87c7fd826f8ed3259658a5e662401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:14:12 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node Bumps [actions/setup-node](https://github.com/actions/setup-node) from 670825a89dc0abd596e7a3abd0f5e3f6e5faf37c to 6a61c0375d66246de94630495909f12cf8dac84d. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/670825a89dc0abd596e7a3abd0f5e3f6e5faf37c...6a61c0375d66246de94630495909f12cf8dac84d) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6a61c0375d66246de94630495909f12cf8dac84d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2843f8..06ef5bd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v4 - - uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c # v4 + - uses: actions/setup-node@6a61c0375d66246de94630495909f12cf8dac84d # v4 with: node-version: 22 cache: npm @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v4 - - uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c # v4 + - uses: actions/setup-node@6a61c0375d66246de94630495909f12cf8dac84d # v4 with: node-version: 22 cache: npm @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v4 - - uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c # v4 + - uses: actions/setup-node@6a61c0375d66246de94630495909f12cf8dac84d # v4 with: node-version: 22 cache: npm