From 59d712f3b1cf973910c5187bade1fcaf8b706a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:17:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to cdca736 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a1cc701b2..c6eb3a888f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: with: token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later - - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 + - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: cache: 'npm' node-version-file: '.nvmrc'