From e7222bb040375b71f735eaaa204912e56306472f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:10:53 +0200 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3 to 4 (#168) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b1e00db..160e660 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -88,7 +88,7 @@ jobs: cp *.pdf /tmp/gh-pages - name: Deploy to GH pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' && matrix.engine == 'lualatex' with: github_token: ${{ secrets.GITHUB_TOKEN }}