Skip to content

Commit b809057

Browse files
Bump shimataro/ssh-key-action from 2.7.0 to 2.8.0
Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.7.0 to 2.8.0. - [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@d4fffb5...6b84f2e) --- updated-dependencies: - dependency-name: shimataro/ssh-key-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90fcf72 commit b809057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2222

2323
- name: Install SSH key
24-
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2
24+
uses: shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2
2525
with:
2626
key: ${{ secrets.SSH_PRIVATE_KEY }}
2727
name: id_ed25519 # optional

0 commit comments

Comments
 (0)