diff --git a/.github/workflows/test-fixtures.yml b/.github/workflows/test-fixtures.yml index 19a0d6c6..edd692cd 100644 --- a/.github/workflows/test-fixtures.yml +++ b/.github/workflows/test-fixtures.yml @@ -72,7 +72,7 @@ jobs: installCommand: ${{ matrix.system == 'aarch64-darwin' && 'true' || '' }} - name: Setup SSH for private repos - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }}