From fad53f961ecffcc7d438398973b30296d58e029c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Balv=C3=ADn?= Date: Sun, 26 Jul 2026 22:41:07 +0200 Subject: [PATCH] ci(deploy): bump actions/checkout to v7 --- .gitea/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a21d64d..e495d18 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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