From 558dd945bd128d99b3ca984c20443bc86b579523 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Tue, 16 Apr 2024 08:57:03 +0200 Subject: [PATCH] update 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 2b2c8e9..613cfb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout main - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4.1.1 - name: Build and deploy - uses: shalzz/zola-deploy-action@v0.16.1-1 + uses: shalzz/zola-deploy-action@v0.18.0 env: PAGES_BRANCH: gh-pages GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file