ci: fix Error: Unable to resolve action webfactory/ssh-agent@v0.8.1, unable to find version v0.8.1

This commit is contained in:
vchikalkin 2024-12-21 18:10:53 +03:00
parent 79dcf49d5a
commit 166bf3acf8

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up SSH
uses: webfactory/ssh-agent@v0.8.1
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.VPS_SSH_KEY }}