Skip to content

Commit

Permalink
Update version of checkout used (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Oct 30, 2023
1 parent 8dd2f00 commit c5d3402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2
env:
Expand All @@ -56,7 +56,7 @@ jobs:
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4
- name: Build only
uses: shalzz/zola-deploy-action@v0.17.2
env:
Expand All @@ -71,7 +71,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
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 c5d3402

Please sign in to comment.