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 using: composite
steps: steps:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.x uses: peaceiris/actions-hugo@v2.6.0
with: with:
hugo-version: 'latest' hugo-version: 'latest'

View File

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