From 134a8ea319a96baa567680d195e059f12a6a537f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:59:24 +0200 Subject: [PATCH] Update actions/setup-node digest to 8c91899 (#5410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/danger.yaml | 2 +- .github/workflows/website.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/danger.yaml b/.github/workflows/danger.yaml index 79029a72339..53165e446be 100644 --- a/.github/workflows/danger.yaml +++ b/.github/workflows/danger.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Setup Node - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: node-version: "16" cache: "yarn" diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 1ec89b451e6..f853cb2b9d2 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@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: node-version: '16' cache: 'yarn'