File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Setup Ruby
3535 uses : ruby/setup-ruby@v1
3636 with :
37- ruby-version : ' 3.1. 3' # Not needed with a .ruby-version file
37+ ruby-version : ' 3.3' # Not needed with a .ruby-version file
3838 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3939 cache-version : 0 # Increment this number if you need to re-download cached gems
4040 - name : Setup Pages
4747 JEKYLL_ENV : production
4848 - name : Upload artifact
4949 # Automatically uploads an artifact from the './_site' directory by default
50- uses : actions/upload-pages-artifact@v2
50+ uses : actions/upload-pages-artifact@v3
5151
5252 # Deployment job
5353 deploy :
5959 steps :
6060 - name : Deploy to GitHub Pages
6161 id : deployment
62- uses : actions/deploy-pages@v2
62+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments