From 24e2ac46ffc7e5980cae272f014e7e42f5eed759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:54:14 +0000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3.7.3 to 3.9.3 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.7.3 to 3.9.3. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/bbdfb200618d235585ad98e965f4aafc39b4c501...373f7f263a76c20808c831209c920827a82a2847) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08f47ce..ae2978b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Push to compgeolab.github.io if: success() && github.event_name == 'push' # Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/ - uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 + uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} external_repository: compgeolab/compgeolab.github.io