From 5aa47f25a07640acddd48325b19de7096a44c334 Mon Sep 17 00:00:00 2001 From: Lee-clipse <79911816+Lee-clipse@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:20:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ssh=20=EC=98=A4=EB=A5=98=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B8=ED=95=9C=20=EB=B2=84=EC=A0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - https://github.com/webfactory/ssh-agent/issues/207 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c61b4bd..23cce54 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: SSH 설정 - uses: webfactory/ssh-agent@v0.5.3 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}