Skip to content

Commit 8ec0929

Browse files
Bump webfactory/ssh-agent from 0.7.0 to 0.9.1 (#384)
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.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.7.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-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b74d75 commit 8ec0929

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
with:
3131
fetch-depth: 0
32-
- uses: webfactory/ssh-agent@v0.7.0
32+
- uses: webfactory/ssh-agent@v0.9.1
3333
with:
3434
ssh-private-key: ${{ secrets.SSH_PUSH_SECRET }}
3535
- name: Create Release [automatic]

.github/workflows/release-validated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
echo "::error::Pre-release tests failed. Cannot proceed with release."
154154
exit 1
155155
156-
- uses: webfactory/ssh-agent@v0.7.0
156+
- uses: webfactory/ssh-agent@v0.9.1
157157
with:
158158
ssh-private-key: ${{ secrets.SSH_PUSH_SECRET }}
159159

0 commit comments

Comments
 (0)