From fa9ce279d2b6facdd1fe23b96310f91d52396aa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 15:16:23 +0200 Subject: [PATCH] chore(deps): update actions/setup-node digest to 64ed1c7 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00e8bb9..ae1c221 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: name: Lint & Build steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: cache: npm node-version: lts/* @@ -92,7 +92,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: cache: npm node-version: ${{ matrix.node }} @@ -111,7 +111,7 @@ jobs: # Need to fetch entire commit history to # analyze every commit since last release fetch-depth: 0 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: cache: npm node-version: lts/*