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:
1111 steps :
1212 # https://github.com/actions/checkout
1313 - name : Checkout 🛎️
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 submodules : recursive
1717 fetch-depth : 0
1818
1919 # https://github.com/actions/setup-node
2020 - name : Setup Node.js 🕸
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 # https://github.com/nvm-sh/nvm#long-term-support
2424 node-version : ' lts/*'
2727 - name : Setup Ruby 💎
2828 uses : ruby/setup-ruby@v1
2929 with :
30- ruby-version : 3.1
30+ ruby-version : 3.3
3131
3232 - name : Install AsciiDoctor 🐶
3333 run : |
8181 mv $fn $f
8282 done
8383
84+ # https://github.com/Burnett01/rsync-deployments
8485 - name : Rsync Deploy 🏹
85- uses : burnett01/rsync-deployments@5 .2
86+ uses : burnett01/rsync-deployments@7.0 .2
8687 with :
8788 switches : -avzr --delete --exclude=".*" ./assets ./*.html
8889 path : .
9293 remote_user : ${{ secrets.DEPLOY_USER }}
9394 remote_key : ${{ secrets.DEPLOY_KEY }}
9495
96+ #
9597 - name : Change Files Mod 🔐
96- uses : appleboy/ssh-action@master
98+ uses : appleboy/ssh-action@v1.2.2
9799 with :
98100 host : ${{ secrets.DEPLOY_HOST }}
99101 port : ${{ secrets.DEPLOY_PORT }}
You can’t perform that action at this time.
0 commit comments