From 152eccc44751d070ae34b2805e7fa85a06c3667c Mon Sep 17 00:00:00 2001 From: c-git <43485962+c-git@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:45:04 -0400 Subject: [PATCH] Change to updated version of checkout action (#2340) --- docs/content/documentation/deployment/github-pages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 16d4c30a..878d279f 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -47,7 +47,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4 - name: build_and_deploy uses: shalzz/zola-deploy-action@v0.17.2 env: @@ -78,7 +78,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - name: 'checkout' - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4 - name: 'build' uses: shalzz/zola-deploy-action@v0.17.2 env: @@ -91,7 +91,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: 'checkout' - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4 - name: 'build and deploy' uses: shalzz/zola-deploy-action@v0.17.2 env: