ci(deploy): bump actions/checkout to v7
Deploy / deploy (push) Successful in 16s

This commit is contained in:
2026-07-26 22:41:07 +02:00
parent 31b0271cfe
commit fad53f961e
+4 -1
View File
@@ -1,3 +1,6 @@
# Deploy — files over rsync. Runs on every push to main and on manual
# dispatch, because scripts are not versioned — they go live immediately.
# Requires secrets: DEPLOY_HOST, DEPLOY_USER, DEPLOY_PATH, DEPLOY_PASSWORD.
name: Deploy
on:
@@ -9,7 +12,7 @@ jobs:
deploy:
runs-on: alpine
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Generate SHA256SUMS
run: sha256sum *.py > SHA256SUMS