From 3c5c9abc559752854cb95a4f3bd69d4f73451450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:26:07 +0000 Subject: [PATCH 1/2] chore(deps): bump the gh-pages group with 1 update Bumps the gh-pages group with 1 update: [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `actions/deploy-pages` from 3 to 4 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-pages ... Signed-off-by: dependabot[bot] --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index ed8970023..0e3a5d31e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -62,4 +62,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 From b303ea3a8959741e48d1ae666ea9c188b26ed290 Mon Sep 17 00:00:00 2001 From: alesun Date: Thu, 22 Feb 2024 19:30:44 +0100 Subject: [PATCH 2/2] chore(deps): update site deployment permissions --- .github/workflows/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0e3a5d31e..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.