Skip to content

Commit e723bad

Browse files
committed
Trying to fix deployment script
1 parent de42664 commit e723bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

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

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Setup Ruby environment
1717
uses: ruby/setup-ruby@v1
@@ -23,7 +23,7 @@ jobs:
2323
run: make build
2424

2525
- name: Deploy files
26-
uses: appleboy/scp-action@master
26+
uses: appleboy/scp-action@v0.1.7
2727
with:
2828
host: ${{ secrets.HOST }}
2929
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)