Change to updated version of checkout action (#2340)
This commit is contained in:
parent
0b46736aff
commit
152eccc447
@ -47,7 +47,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v4
|
||||||
- name: build_and_deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v4
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
@ -91,7 +91,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v4
|
||||||
- name: 'build and deploy'
|
- name: 'build and deploy'
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user