diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 22c299b..163124d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,6 +18,7 @@ permissions: contents: read pages: write id-token: write + actions: read # Allow one concurrent deployment concurrency: @@ -58,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4