diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index f46bda61d3e3..1edfbb878511 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@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3 + uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 with: node-version: '16' cache: 'yarn'