Upgrade actions checkout

This commit is contained in:
Salar Rahmanian 2022-10-16 08:51:32 -07:00
parent 30fde1d496
commit 1007ba79c0
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: