Skip to content

Commit b056d08

Browse files
Bump webfactory/ssh-agent from 0.5.4 to 0.9.0 in /.github/workflows
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.4 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.5.4...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] <support@github.com>
1 parent 3bf462f commit b056d08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate_java_sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.9'
3030

3131
- name: Setup SSH Agent for git operations
32-
uses: webfactory/ssh-agent@v0.5.4
32+
uses: webfactory/ssh-agent@v0.9.0
3333
with:
3434
ssh-private-key: ${{ secrets.JAVA_SDK_REPO_PRIVATE_KEY }}
3535

.github/workflows/generate_php_sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
php_version: 8.0
3737
command: about
3838

39-
- uses: webfactory/ssh-agent@v0.5.4
39+
- uses: webfactory/ssh-agent@v0.9.0
4040
with:
4141
ssh-private-key: |
4242
${{ secrets.PHP_SDK_REPO_PRIVATE_KEY_MS }}

.github/workflows/generate_python_sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.9'
3131

3232
- name: Setup SSH Agent for git operations
33-
uses: webfactory/ssh-agent@v0.5.4
33+
uses: webfactory/ssh-agent@v0.9.0
3434
with:
3535
ssh-private-key: ${{ secrets.PYTHON_SDK_REPO_PRIVATE_KEY }}
3636

0 commit comments

Comments
 (0)