Skip to content

Commit

Permalink
Change to updated version of checkout action (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored Oct 29, 2023
1 parent 0b46736 commit 152eccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/documentation/deployment/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 152eccc

Please sign in to comment.