diff --git a/.github/workflows/ansible-set-up.yaml b/.github/workflows/ansible-set-up.yaml index ed234b1..de5df39 100644 --- a/.github/workflows/ansible-set-up.yaml +++ b/.github/workflows/ansible-set-up.yaml @@ -99,7 +99,7 @@ jobs: pip3 install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements-azure.txt - name: Add private key to SSH Agent - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.ssh-private-key}}