Skip to content

Commit

Permalink
Merge pull request #36 from ssciwr/dependabot/github_actions/webfacto…
Browse files Browse the repository at this point in the history
…ry/ssh-agent-0.9.0

Bump webfactory/ssh-agent from 0.8.0 to 0.9.0
  • Loading branch information
dokempf authored Mar 7, 2024
2 parents cb53741 + 903eb2c commit 9435e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
git config --global user.name "SSC CI Test User"
- name: Set up SSH Agent to deploy to test repositories
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.GHA_TEST_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config --global user.name "SSC CI Test User"
- name: Set up SSH Agent to deploy to test repositories
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.GHA_TEST_PRIVATE_KEY }}
Expand Down

0 comments on commit 9435e13

Please sign in to comment.