chore(deps): update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 16:41:02 +00:00
committed by GitHub
parent 287ae8df8b
commit 117b55eeaf
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis