Skip to content

Commit e0d867d

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

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@87a8f067114a8ce263df83e9ed5c849953548bc3 # v2
2525
with:
2626
key: ${{ secrets.SSH_PRIVATE_KEY }}
2727
name: id_ed25519 # optional

0 commit comments

Comments
 (0)