build: getting action version numbers right IV #348

This commit is contained in:
Sören Weber 2022-11-05 13:42:50 +01:00
parent 02202b085f
commit 3b3fc201ba
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.x
uses: peaceiris/actions-hugo@v2.6.0
with:
hugo-version: 'latest'

View file

@ -8,7 +8,7 @@ runs:
using: composite
steps:
- name: Deploy site
uses: peaceiris/actions-gh-pages@v3.x
uses: peaceiris/actions-gh-pages@v3.9.0
with:
github_token: ${{ env.GITHUB_TOKEN }}
publish_dir: ${{ env.GITHUB_WORKSPACE }}/../public