From 6faf56307495241bc3a1ed73d1c4d557b59f22de Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 19 Jan 2020 12:03:00 +0900 Subject: [PATCH] * update version in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e745912..e21fb90 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add your SSH key to your product secrets by clicking `Settings` - `Secrets` - `A runs-on: ubuntu-latest steps: - name: Install SSH key - uses: shimataro/ssh-key-action@v1 + uses: shimataro/ssh-key-action@v2 with: private-key: ${{ secrets.SSH_KEY }} name: id_rsa # optional @@ -48,7 +48,7 @@ It is useful for port forwarding. runs-on: ubuntu-latest steps: - name: Install SSH key of bastion - uses: shimataro/ssh-key-action@v1 + uses: shimataro/ssh-key-action@v2 with: private-key: ${{ secrets.SSH_KEY_OF_BASTION }} name: id_rsa-bastion @@ -59,7 +59,7 @@ steps: User user-of-bastion IdentityFile ~/.ssh/id_rsa-bastion - name: Install SSH key of target - uses: shimataro/ssh-key-action@v1 + uses: shimataro/ssh-key-action@v2 with: private-key: ${{ secrets.SSH_KEY_OF_TARGET }} name: id_rsa-target