Skip to content

Commit da4876b

Browse files
Bump webfactory/ssh-agent from 0.9.0 to 0.9.1
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.0 to 0.9.1. - [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.9.0...v0.9.1) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e707747 commit da4876b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git config --global user.name "SSC CI Test User"
7575
7676
- name: Set up SSH Agent to deploy to test repositories
77-
uses: webfactory/ssh-agent@v0.9.0
77+
uses: webfactory/ssh-agent@v0.9.1
7878
with:
7979
ssh-private-key: |
8080
${{ secrets.GHA_TEST_PRIVATE_KEY }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "SSC CI Test User"
3131
3232
- name: Set up SSH Agent to deploy to test repositories
33-
uses: webfactory/ssh-agent@v0.9.0
33+
uses: webfactory/ssh-agent@v0.9.1
3434
with:
3535
ssh-private-key: |
3636
${{ secrets.GHA_TEST_PRIVATE_KEY }}

0 commit comments

Comments
 (0)