From c845fd0a38be0ac337e372d2e8e449ec038cd8bb Mon Sep 17 00:00:00 2001 From: Kyle Wenholz Date: Mon, 20 May 2024 20:00:01 +0000 Subject: [PATCH] Upgrade checkout and gh-pages actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1247ff8..0ca12f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ jobs: name: Do it! runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: zola build uses: docker://ghcr.io/getzola/zola:v0.18.0 with: @@ -20,7 +20,7 @@ jobs: wasm js - name: Publish - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages