update vers!

This commit is contained in:
Sophia Atkinson 2023-11-01 19:23:57 -07:00
parent 75eca7318b
commit 36dc497276
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
1 changed files with 2 additions and 2 deletions

View File

@ -31,12 +31,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4.1.1
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2.6.0
with: with:
hugo-version: 'latest' hugo-version: 'latest'
extended: true extended: true