From 105473dec7c579b2e4eeb98b45872e45a8b96f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:49:29 +1000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#80) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Tedman --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5a2473..fe933d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: extended: true - run: "make install" - run: "hugo --minify" - - uses: "peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847" + - uses: "peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e" with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} external_repository: "dbtedman/dbtedman.github.io"