From a86d4c921207ee1c02b0d0e75a6becb6352375a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:26:54 +0100 Subject: [PATCH] Update actions/setup-node digest to 2fddd88 (#5073) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index c624858ee2c..8028cba3a28 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -29,7 +29,7 @@ jobs: distribution: 'temurin' - name: Setup Node - uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 + uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 with: node-version: '16' cache: 'yarn'