diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c788193..3897f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: git config --global user.name "SSC CI Test User" - name: Set up SSH Agent to deploy to test repositories - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: | ${{ secrets.GHA_TEST_PRIVATE_KEY }} diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e21b0e3..4f0f92b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -31,7 +31,7 @@ jobs: git config --global user.name "SSC CI Test User" - name: Set up SSH Agent to deploy to test repositories - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: | ${{ secrets.GHA_TEST_PRIVATE_KEY }}