mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Change to updated version of checkout action (#2340)
This commit is contained in:
parent
0b46736aff
commit
152eccc447
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue