Compare commits

...

2 Commits

Author SHA1 Message Date
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
+1 -1
View File
@@ -28,7 +28,7 @@ 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