mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-05 02:25:09 +02:00
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:
@@ -31,10 +31,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 🛠️ Checkout (for pgp/)
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
sparse-checkout: pgp
|
||||
sparse-checkout-cone-mode: true
|
||||
|
||||
# Download artifacts from the specified sign run
|
||||
- name: 📥 Download signatures artifact
|
||||
|
||||
Reference in New Issue
Block a user