Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump webfactory/ssh-agent from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.8.0 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.8.0...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] <[email protected]>
dependabot[bot] authored Feb 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c01aa85 commit eaa7c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.DM_CORE_SSH_KEY }}
@@ -58,7 +58,7 @@ jobs:
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.DM_CORE_SSH_KEY }}
@@ -83,7 +83,7 @@ jobs:
# - name: "Set up GitHub Actions"
# uses: actions/checkout@v3
# - name: "Set up private packages SSH keys"
# uses: webfactory/ssh-agent@v0.8.0
# uses: webfactory/ssh-agent@v0.9.0
# with:
# ssh-private-key: |
# ${{ secrets.DM_CORE_SSH_KEY }}

0 comments on commit eaa7c7f

Please sign in to comment.