Skip to content

Commit

Permalink
Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#27)
Browse files Browse the repository at this point in the history
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.0 to 0.8.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.7.0...v0.8.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2023
1 parent 0470265 commit af1257d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Prepare SSH Key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Fetch the Book
Expand Down

0 comments on commit af1257d

Please sign in to comment.