diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-12-17 14:31:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 14:31:51 -0300 |
commit | aa6a8b4f90c1e3cacb5a22d6c7313749ae8f7be2 (patch) | |
tree | 674b13b0c8f706e903ce0ebe1960f934d3c419eb | |
parent | 4efb706c064c9c0c55a21691f3dd60bf89738431 (diff) | |
download | hugo-bearcub-aa6a8b4f90c1e3cacb5a22d6c7313749ae8f7be2.tar.gz hugo-bearcub-aa6a8b4f90c1e3cacb5a22d6c7313749ae8f7be2.tar.bz2 |
Update action versions
-rw-r--r-- | .github/workflows/gh-pages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f7f133d..9f07252 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true @@ -25,7 +25,7 @@ jobs: run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://clente.github.io/hugo-bearcub/ - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} |