diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index c624858ee2c1..8028cba3a28d 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'