From c3a52a3cb7c9519f55011ea841b1fff600f14489 Mon Sep 17 00:00:00 2001 From: Julien Bigot Date: Thu, 5 Sep 2024 10:45:13 +0200 Subject: [PATCH] Update action --- .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 f13d031d..39c44957 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: { fetch-depth: 0 } - name: Checkout gh-pages run: git worktree add -B gh-pages public remotes/origin/gh-pages