Skip to content

Commit 6edbb05

Browse files
committed
chore(ci-cd): apple-boy version fix
1 parent 9eb480b commit 6edbb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Copy JAR to VM via SCP
7272

73-
uses: appleboy/scp-action@v1.0.3
73+
uses: appleboy/scp-action@v0.1.7
7474
with:
7575
host: ${{ secrets.VM_HOST }}
7676
username: ${{ secrets.VM_USERNAME }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: SSH and Restart Service
8484
# This action securely logs into our VM and runs the restart commands
85-
uses: appleboy/ssh-action@v1.0.3a
85+
uses: appleboy/ssh-action@v0.1.7
8686
with:
8787
host: ${{ secrets.VM_HOST }}
8888
username: ${{ secrets.VM_USERNAME }}

0 commit comments

Comments
 (0)