From d615a0a1fad14c78aa4aa01cc334198673e8ea74 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 24 Nov 2020 19:03:16 +0000 Subject: [PATCH] . --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cd69c7..ebd4b94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: with: node-version: "14.x" - run: npm install-ci-test - - uses: webfactory/ssh-agent@v0.2.0 + - uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} if: github.ref == 'refs/heads/master'