From b0395316004ec7a5ceef72c8f4d5025c34779062 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 21:08:15 -0700 Subject: [PATCH] bumping to 1.5 --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 8b2782a..f1bbee4 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Build website content run: hugo && ls -R - name: Copy files using scp-action - uses: tempersama/scp-action@1.4 + uses: tempersama/scp-action@1.5 with: host: shockrah.xyz username: ${{ secrets.USER }}