Skip to content

Commit

Permalink
build(deps): bump shimataro/ssh-key-action from 2.5.1 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/shimataro/ssh-key-action/releases)
- [Changelog](https://github.com/shimataro/ssh-key-action/blob/v2/CHANGELOG.md)
- [Commits](shimataro/ssh-key-action@v2.5.1...v2.6.1)

---
updated-dependencies:
- dependency-name: shimataro/ssh-key-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent 290ccf2 commit 95a11ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sub-deploy-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# Install our SSH secret
- name: Install private SSH key
uses: shimataro/ssh-key-action@v2.5.1
uses: shimataro/ssh-key-action@v2.6.1
with:
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }}
name: google_compute_engine
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
# Install our SSH secret
- name: Install private SSH key
uses: shimataro/ssh-key-action@v2.5.1
uses: shimataro/ssh-key-action@v2.6.1
with:
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }}
name: google_compute_engine
Expand Down Expand Up @@ -564,7 +564,7 @@ jobs:

# Install our SSH secret
- name: Install private SSH key
uses: shimataro/ssh-key-action@v2.5.1
uses: shimataro/ssh-key-action@v2.6.1
with:
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }}
name: google_compute_engine
Expand Down Expand Up @@ -711,7 +711,7 @@ jobs:
# Install our SSH secret
- name: Install private SSH key
uses: shimataro/ssh-key-action@v2.5.1
uses: shimataro/ssh-key-action@v2.6.1
with:
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }}
name: google_compute_engine
Expand Down

0 comments on commit 95a11ac

Please sign in to comment.