diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c6c7b3b281b..33ac70a77b8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,6 +13,7 @@ permissions: pages: write deployments: write id-token: write + actions: read on: pull_request: @@ -106,7 +107,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4.0.5 # only run one deployment at once. concurrency: group: ${{ github.workflow }}-${{ github.ref }}