This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#5)
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
1 parent
b052234
commit 67ae126
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -73,7 +73,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -104,7 +104,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -135,7 +135,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -166,7 +166,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -197,7 +197,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
@@ -236,7 +236,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
run: git config --global [email protected]:.insteadOf https://github.com/ | ||
|
||
- name: Configure SSH Key | ||
uses: webfactory/ssh-agent@v0.7.0 | ||
uses: webfactory/ssh-agent@v0.8.0 | ||
with: | ||
ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} | ||
|
||
|