Update actions/checkout action to v6 (#8695)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-22 08:27:00 -06:00
committed by GitHub
co-authored by GitHub renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent c051c56544
commit 376dc7ef3a
24 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
outputs:
artifact-id: ${{ steps.upload.outputs.artifact-id }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
submodules: recursive
ref: ${{github.event.pull_request.head.ref}}