Update actions/checkout action to v6 (#520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-22 18:46:41 +11:00
committed by GitHub
parent 24d1e0b0f2
commit cc07a51ba2
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v6.0.2
with:
submodules: true
- name: Create zip including submodules