Skip to content

Commit f83bba5

Browse files
authored
Merge pull request #1107 from JeffersonLab/dependabot/github_actions/webfactory/ssh-agent-0.9.1
Bump webfactory/ssh-agent from 0.7.0 to 0.9.1
2 parents b90dda3 + b282eca commit f83bba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo -n " -DdevelopmentVersion=${{ inputs.development_version }}" >> ${{ env.MAVEN_ARGS_FILE }}
100100
shell: bash
101101

102-
- uses: webfactory/ssh-agent@v0.7.0
102+
- uses: webfactory/ssh-agent@v0.9.1
103103
with:
104104
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
105105

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
exit 1
3535
fi
3636
37-
- uses: webfactory/ssh-agent@v0.7.0
37+
- uses: webfactory/ssh-agent@v0.9.1
3838
with:
3939
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4040

0 commit comments

Comments
 (0)