diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d485e6..1308883 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: permissions: contents: read + actions: read pages: write id-token: write @@ -55,4 +56,4 @@ jobs: path: site - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file