From f07829a22e8b5934f7e9a99e75addc8114e1d909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:13:53 +0000 Subject: [PATCH] GH Actions: Bump crazy-max/ghaction-github-pages from 3 to 4 Dependabot couldn't find the original pull request head commit, 211121e210d49bc967c2c1113f77efc34116b4c0. --- .github/workflows/update-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 45cba93..b802195 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -89,7 +89,7 @@ jobs: - name: Deploy the website if: success() - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: build_dir: 'deploy' target_branch: 'gh-pages'