Compare commits

7 Commits

Author SHA1 Message Date
mxmehl ccdde5e275 Merge pull request 'chore(deps): update https://github.com/jdx/mise-action action to v4.2.0' (#22) from renovate/https-github.com-jdx-mise-action-4.x into main
Website build and deploy / build (push) Successful in 44s
Reviewed-on: #22
2026-06-22 16:08:44 +02:00
mxmehl a25906f785 Merge pull request 'chore(deps): update actions/checkout action to v7' (#23) from renovate/actions-checkout-7.x into main
Website build and deploy / build (push) Waiting to run
Reviewed-on: #23
2026-06-22 16:05:56 +02:00
renovate-bot 75cbcfd066 chore(deps): update actions/checkout action to v7
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 36s
2026-06-21 01:17:03 +00:00
renovate-bot e1d525e628 chore(deps): update https://github.com/jdx/mise-action action to v4.2.0
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m11s
2026-06-21 01:16:59 +00:00
mxmehl 9d6d8eaf90 Merge pull request 'chore(deps): update https://github.com/jdx/mise-action action to v4.1.0' (#20) from renovate/https-github.com-jdx-mise-action-4.x into main
Website build and deploy / build (push) Successful in 1m15s
Reviewed-on: #20
2026-06-08 12:03:28 +02:00
mxmehl 41cf63b419 Merge pull request 'chore(deps): update dependency hugo-extended to v0.162.1' (#19) from renovate/hugo-extended-0.x into main
Website build and deploy / build (push) Successful in 1m20s
Reviewed-on: #19
2026-06-08 11:56:20 +02:00
renovate-bot 97aeea97ff chore(deps): update https://github.com/jdx/mise-action action to v4.1.0
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m33s
2026-06-08 01:16:53 +00:00
+2 -2
View File
@@ -28,13 +28,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout with submodules - name: Checkout with submodules
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
submodules: recursive # Get submdules submodules: recursive # Get submdules
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
- name: Setup required tools (Hugo) - name: Setup required tools (Hugo)
uses: https://github.com/jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 uses: https://github.com/jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with: with:
cache: false # no cache on gitea cache: false # no cache on gitea
github_token: ${{ secrets.GH_TOKEN }} github_token: ${{ secrets.GH_TOKEN }}