3 Commits

Author SHA1 Message Date
renovate[bot]
8dc1294d72 Merge 72ff45d36a into 8c3d1bdd5b 2025-02-16 16:06:10 +00:00
renovate[bot]
72ff45d36a Update peaceiris/actions-hugo action to v3 2025-02-16 16:06:07 +00:00
Dave Gallant
8c3d1bdd5b Update email 2025-02-16 11:04:05 -05:00
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ jobs:
cache-dependency-path: "**/package-lock.json"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.120.3"
extended: true

View File

@@ -10,7 +10,7 @@ I choose to host this site, alongside other tools, rather than relying exclusive
If you would like to connect with me:
- [Email](mailto:me@davegallant.ca)
- [Email](mailto:davegallant@proton.me)
- [LinkedIn](https://www.linkedin.com/in/dave-gallant)
- [Cal.com](https://cal.com/davegallant)
- [Mastodon](https://mastodon.social/@davegallant)

View File

@@ -23,7 +23,7 @@ jobs:
node-version: "18"
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
extended: true
@@ -63,7 +63,7 @@ jobs:
node-version: "18"
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
extended: true

View File

@@ -14,7 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
extended: true