Skip to content

Commit 8d21b7b

Browse files
committed
Update ssh-setup-action to v3
1 parent a9ba5ef commit 8d21b7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/version-base-build-test.yml

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

2222
- name: Set up SSH
23-
uses: MrSquaare/ssh-setup-action@v2
23+
uses: MrSquaare/ssh-setup-action@v3
2424
with:
2525
host: ${{ secrets.SSH_IP }}
2626
private-key: ${{ secrets.SSH_PRIVATE_KEY }}

.github/workflows/version-base-deploy.yml

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

2222
- name: Set up SSH
23-
uses: MrSquaare/ssh-setup-action@v2
23+
uses: MrSquaare/ssh-setup-action@v3
2424
with:
2525
host: ${{ secrets.SSH_IP }}
2626
private-key: ${{ secrets.SSH_PRIVATE_KEY }}

.github/workflows/version-devcontainer-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up SSH
26-
uses: MrSquaare/ssh-setup-action@v2
26+
uses: MrSquaare/ssh-setup-action@v3
2727
with:
2828
host: ${{ secrets.SSH_IP }}
2929
private-key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)