Skip to content

Commit be50ab9

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 4e7d955 commit be50ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
- uses: actions/checkout@v4
1717
- run: sbt -v -Dfile.encoding=UTF8 "+test" testConscript
18-
- uses: webfactory/ssh-agent@v0.8.0
18+
- uses: webfactory/ssh-agent@v0.9.0
1919
if: ${{ github.repository_owner == 'foundweekends' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
2020
with:
2121
ssh-private-key: ${{ secrets.DEPLOY_KEY_1 }}

0 commit comments

Comments
 (0)