Merge pull request #56 from softinio/github-actions-upgrades

Upgrade actions checkout
This commit is contained in:
Salar Rahmanian 2022-10-16 08:55:04 -07:00 committed by GitHub
commit 3cd90794e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:

View file

@ -10,7 +10,7 @@ jobs:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with: