Skip to content

Commit 0458031

Browse files
authored
Merge pull request #43 from ssciwr/dependabot/github_actions/webfactory/ssh-agent-0.9.1
Bump webfactory/ssh-agent from 0.9.0 to 0.9.1
2 parents e707747 + da4876b commit 0458031

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git config --global user.name "SSC CI Test User"
7575
7676
- name: Set up SSH Agent to deploy to test repositories
77-
uses: webfactory/ssh-agent@v0.9.0
77+
uses: webfactory/ssh-agent@v0.9.1
7878
with:
7979
ssh-private-key: |
8080
${{ secrets.GHA_TEST_PRIVATE_KEY }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "SSC CI Test User"
3131
3232
- name: Set up SSH Agent to deploy to test repositories
33-
uses: webfactory/ssh-agent@v0.9.0
33+
uses: webfactory/ssh-agent@v0.9.1
3434
with:
3535
ssh-private-key: |
3636
${{ secrets.GHA_TEST_PRIVATE_KEY }}

0 commit comments

Comments
 (0)