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
@@ -39,7 +39,7 @@ jobs:
steps:
- name: 🛠️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: 🐍 Set up Python
uses: actions/setup-python@v5