diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index ed8970023..6e7fb166f 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -14,6 +14,7 @@ permissions: contents: read pages: write id-token: write + actions: read # Allows only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. @@ -62,4 +63,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4