Skip to content

Commit 77517e9

Browse files
authored
Merge pull request #1594 from smallstep/dependabot/github_actions/webfactory/ssh-agent-0.10.0
Bump webfactory/ssh-agent from 0.9.1 to 0.10.0
2 parents 2920832 + 6159881 commit 77517e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
token: ${{ secrets.DOCS_PAT }}
137137
path: './docs'
138138
- name: Setup bot SSH signing key
139-
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
139+
uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
140140
env:
141141
HAS_SSH_PRIVATE_KEY: ${{ secrets.STEP_TRAVIS_CI_GH_PRIVATE_SIGNING_KEY != '' }}
142142
if: ${{ env.HAS_SSH_PRIVATE_KEY == 'true' }}

0 commit comments

Comments
 (0)