chore(deps): update actions/checkout action to v5 #8

Merged
mxmehl merged 1 commits from renovate/actions-checkout-5.x into main 2025-09-25 11:33:12 +02:00

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@v4 uses: actions/checkout@v5
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