Skip to content

Commit de2a8b6

Browse files
authored
Merge pull request #107 from criteo/dependabot/github_actions/dot-github/workflows/webfactory/ssh-agent-0.9.0
Bump webfactory/ssh-agent from 0.5.4 to 0.9.0 in /.github/workflows
2 parents 1b85cae + b056d08 commit de2a8b6

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)