From a783de7148627c34327e614bdd6ce2df62ef7815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:15:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to dbe1369 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31164b11..a7af8d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: hash: ${{ steps.semver.outputs.SCRATCH_HASH }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: cache: 'npm' node-version-file: '.nvmrc'