Skip to content

Commit abd7355

Browse files
Bump webfactory/ssh-agent from 0.8.0 to 0.9.0
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4290cf commit abd7355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
# Make sure the @v0.8.0 matches the current version of the action
35-
- uses: webfactory/ssh-agent@v0.8.0
35+
- uses: webfactory/ssh-agent@v0.9.0
3636
with:
3737
ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }}
3838
- name: Setup Git config

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
# Make sure the @v0.8.0 matches the current version of the action
41-
- uses: webfactory/ssh-agent@v0.8.0
41+
- uses: webfactory/ssh-agent@v0.9.0
4242
with:
4343
ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }}
4444
- name: Setup Git config

0 commit comments

Comments
 (0)