Skip to content

Commit bb2a666

Browse files
Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 (#3576)
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@dc588b6...a6f90b1) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f67601 commit bb2a666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ jobs:
16581658
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
16591659
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
16601660
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
1661-
- uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387
1661+
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd
16621662
with:
16631663
ssh-private-key: |
16641664
${{ secrets.SSH_PRIVATE_KEY_SCALA_CLI }}
@@ -1827,7 +1827,7 @@ jobs:
18271827
- name: Display structure of downloaded files
18281828
run: ls -R
18291829
working-directory: artifacts/
1830-
- uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387
1830+
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd
18311831
with:
18321832
ssh-private-key: |
18331833
${{ secrets.SCALA_CLI_PACKAGES_KEY }}

0 commit comments

Comments
 (0)