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.6.0 to 0.8.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 41fa069 commit d7151f8
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
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/ssh-agent@v0.6.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: |
${{ secrets.DM_CORE_SSH_KEY }}
Expand All @@ -58,7 +58,7 @@ jobs:
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/ssh-agent@v0.6.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: |
${{ secrets.DM_CORE_SSH_KEY }}
Expand All @@ -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.6.0
# uses: webfactory/ssh-agent@v0.8.0
# with:
# ssh-private-key: |
# ${{ secrets.DM_CORE_SSH_KEY }}
Expand Down

0 comments on commit d7151f8

Please sign in to comment.