From 78b0cb119d037b7040c36920f386225b4b81aa04 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 18 May 2024 19:49:43 +0900 Subject: [PATCH] chore: fix appleboy/ssh-action version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c8f8b2..6cfb508 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: ref: master - name: executing remote ssh commands using ssh key - uses: appleboy/ssh-action@v1 + uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}