From 9797cc60caa195f6aaf7efa847cd0ebb0c0c7d15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:21:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to dbe1369 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd39592905..a5edf9dafe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Setup Node - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: node-version-file: '.nvmrc' - name: Install Node Dependencies