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: