From 41a6ec2277f3d53f8ca05e0b70d4f11021a08ec6 Mon Sep 17 00:00:00 2001 From: Berin Aniesh Date: Mon, 31 Oct 2022 11:17:37 +0530 Subject: [PATCH] update version of zola-deploy-action --- docs/content/documentation/deployment/github-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 98d9140b55..de5ac6d7d7 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -46,9 +46,9 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.0 - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.14.1 + uses: shalzz/zola-deploy-action@v0.16.1 env: # Target branch PAGES_BRANCH: gh-pages