Skip to content

Commit 215970e

Browse files
author
David Mang
committed
Change ssh agent version in deploy script
1 parent a848926 commit 215970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: sudo apt-get update && sudo apt-get install -y openssh-client
4343

4444
- name: Add SSH Key
45-
uses: webfactory/ssh-agent@v0.8.1
45+
uses: webfactory/ssh-agent@v0.5.3
4646
with:
4747
ssh-private-key: ${{ secrets.SSH_KEY }}
4848

0 commit comments

Comments
 (0)