chore: bump actions/checkout@v7

Do a sparse checkout on given patterns. Each pattern should be separated with new lines

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
This commit is contained in:
nopeitsnothing
2026-06-27 21:18:16 -04:00
parent f2dc66e22e
commit 35cc075adc
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
steps:
- name: 🛠️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
# Use a PAT so the commit triggers downstream workflows (GITHUB_TOKEN won't)
token: ${{ secrets.CHANGELOG_PAT || secrets.GITHUB_TOKEN }}