File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
steps :
12
12
# https://github.com/actions/checkout
13
13
- name : Checkout 🛎️
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
submodules : recursive
17
17
fetch-depth : 0
18
18
19
19
# https://github.com/actions/setup-node
20
20
- name : Setup Node.js 🕸
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
# https://github.com/nvm-sh/nvm#long-term-support
24
24
node-version : ' lts/*'
27
27
- name : Setup Ruby 💎
28
28
uses : ruby/setup-ruby@v1
29
29
with :
30
- ruby-version : 3.1
30
+ ruby-version : 3.3
31
31
32
32
- name : Install AsciiDoctor 🐶
33
33
run : |
81
81
mv $fn $f
82
82
done
83
83
84
+ # https://github.com/Burnett01/rsync-deployments
84
85
- name : Rsync Deploy 🏹
85
- uses : burnett01/rsync-deployments@5 .2
86
+ uses : burnett01/rsync-deployments@7.0 .2
86
87
with :
87
88
switches : -avzr --delete --exclude=".*" ./assets ./*.html
88
89
path : .
92
93
remote_user : ${{ secrets.DEPLOY_USER }}
93
94
remote_key : ${{ secrets.DEPLOY_KEY }}
94
95
96
+ #
95
97
- name : Change Files Mod 🔐
96
- uses : appleboy/ssh-action@master
98
+ uses : appleboy/ssh-action@v1.2.2
97
99
with :
98
100
host : ${{ secrets.DEPLOY_HOST }}
99
101
port : ${{ secrets.DEPLOY_PORT }}
You can’t perform that action at this time.
0 commit comments