From 881130db254adc615163856e6c8f2346cb809bbc Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 17 Nov 2020 00:43:03 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6eec93f8..665396c1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -104,7 +104,7 @@ jobs: persist-credentials: false - name: Install SSH Client - uses: webfactory/ssh-agent@v0.2.0 + uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }} @@ -138,7 +138,7 @@ jobs: persist-credentials: false - name: Install SSH Client - uses: webfactory/ssh-agent@v0.2.0 + uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }}