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

Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com>
This commit is contained in:
2026-02-14 01:44:41 -06:00
committed by GitHub
co-authored by onion-4-dinner
parent f0006c4c43
commit 2d6e22105d
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
# persist-credentials: false prevents actions/checkout from setting up
# the credential helper with GITHUB_TOKEN. We configure git auth manually
# with the PAT so that tag pushes trigger downstream workflows.
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false