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:
parent
79dcf49d5a
commit
166bf3acf8
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user