Skip to content

Commit

Permalink
fix: update webfactory/ssh-agent to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent 493e489 commit 8d93d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
],
preDeploySteps: [
{
uses: 'webfactory/ssh-agent@v0.4.1',
uses: 'webfactory/ssh-agent@v0.5.0',
with: {
'ssh-private-key': '${{ secrets.SSH_PRIVATE_KEY }}',
},
Expand Down

0 comments on commit 8d93d18

Please sign in to comment.