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

This commit is contained in:
renovate[bot]
2025-08-16 20:50:46 +00:00
committed by GitHub
parent ac8bf8cb06
commit 7a8ff04cc7
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
outputs:
skip: "${{ steps.check_recursive.outputs.skip || 'false' }}" # Default to false if not set
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
with: # Ensure we are not in a detached HEAD state
ref: "master"
token: "${{ secrets.GH_PAT }}"