diff --git a/.github/workflows/windows-i686.yml b/.github/workflows/windows-i686.yml index 3336e98c2..21b0aa2ee 100644 --- a/.github/workflows/windows-i686.yml +++ b/.github/workflows/windows-i686.yml @@ -19,7 +19,7 @@ jobs: steps: # Checkout with Playtime Clip Engine - uses: actions/checkout@v2 - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.PRIVATE_PLAYTIME_CLIP_ENGINE_DEPLOY_KEY }} - name: Update submodules diff --git a/.github/workflows/windows-x86_64.yml b/.github/workflows/windows-x86_64.yml index a7d10e0b9..6b9fdc8f4 100644 --- a/.github/workflows/windows-x86_64.yml +++ b/.github/workflows/windows-x86_64.yml @@ -43,7 +43,7 @@ jobs: steps: # Checkout with Playtime Clip Engine - uses: actions/checkout@v2 - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.PRIVATE_PLAYTIME_CLIP_ENGINE_DEPLOY_KEY }} - name: Update submodules