Update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-08-11 23:29:52 +00:00
committed by GitHub
parent ad22fd9eb0
commit bb196f621b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}