diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index bd6796b16be..9ccb320b34a 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -20,7 +20,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@v2.1.3 + uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3.0.6 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll