From d002e554168460d9c695e6d30725a99ea2b3baa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:16:36 +0000 Subject: [PATCH 1/2] Bump actions/deploy-pages from 2 to 4 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a873236..8fe5bbf 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 From 9e4bd11b0ca5ddaf339bf17674223ebbaf6df515 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 25 Jan 2024 16:45:33 +0000 Subject: [PATCH 2/2] add actions permission for deploy workflow --- .github/workflows/pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8fe5bbf..bc7e022 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: