Skip to content

Commit c041451

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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a15cb03 commit c041451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make build
3636

3737
- name: Set up SSH key
38-
uses: webfactory/[email protected].0
38+
uses: webfactory/[email protected].1
3939
with:
4040
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
4141

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make build
3737

3838
- name: Set up SSH key
39-
uses: webfactory/[email protected].0
39+
uses: webfactory/[email protected].1
4040
with:
4141
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
4242

0 commit comments

Comments
 (0)