File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Setup Ruby
37- uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
37+ uses : ruby/setup-ruby@v1 # v1.146.0
3838 with :
39- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
39+ ruby-version : ' 3.2 ' # Not needed with a .ruby-version file
4040 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4141 cache-version : 0 # Increment this number if you need to re-download cached gems
4242 - name : Setup Pages
7171 - name : Deploy to Tencent
7272 run : |
7373 ssh -o StrictHostKeyChecking=no app@81.69.45.49 "mkdir -p /home/app/hotel"
74- rsync -avz --delete --exclude '.git' --exclude '.github' ./_site/ app@81.69.45.49:/home/app/hotel/
74+ rsync -avz --delete --exclude '.git' --exclude '.github' ./_site/ app@81.69.45.49:/home/app/hotel/
You can’t perform that action at this time.
0 commit comments