From a3221e718b79442edc52b0ed1d5deca40d7557c7 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg Date: Fri, 24 Oct 2025 16:05:36 +0200 Subject: [PATCH] Update automatic deployment action --- .gitea/workflows/branch-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/branch-deploy.yaml b/.gitea/workflows/branch-deploy.yaml index dad0a0d..b054257 100644 --- a/.gitea/workflows/branch-deploy.yaml +++ b/.gitea/workflows/branch-deploy.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - id: deploy - uses: https://gitea.dsv.su.se/ansv7779/action-branch-deploy@v2 + uses: https://gitea.dsv.su.se/ansv7779/action-branch-deploy@v3 with: ssh-key: ${{ secrets.BRANCH_DEPLOY_KEY }} compose-file: branch-compose.yaml -- 2.39.5