Skip to content

Commit 7d781dc

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] <support@github.com>
1 parent 0194a99 commit 7d781dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: sbt -v compile paradox
2323
- run: sudo apt-get install tree
2424
- run: tree target
25-
- uses: webfactory/ssh-agent@v0.9.0
25+
- uses: webfactory/ssh-agent@v0.9.1
2626
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
2727
with:
2828
ssh-private-key: ${{ secrets.DEPLOY_KEY_1 }}

0 commit comments

Comments
 (0)