Change to updated version of checkout action (#2340)

This commit is contained in:
c-git 2023-10-29 14:45:04 -04:00 committed by GitHub
parent 0b46736aff
commit 152eccc447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: