File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 - name : Setup Ruby
2727 uses : ruby/setup-ruby@v1
2828 with :
2929 working-directory : ./docs
3030 ruby-version : ' 3.1'
31- bundler-cache : true
31+ bundler-cache : true
3232 - name : Setup Pages
3333 id : pages
34- uses : actions/configure-pages@v2
34+ uses : actions/configure-pages@v5
3535 - name : Bundle install
3636 run : |
3737 cd docs
4343 env :
4444 JEKYLL_ENV : production
4545 - name : Upload artifact
46- uses : actions/upload-pages-artifact@v1
46+ uses : actions/upload-pages-artifact@v3
4747 with :
4848 path : ./docs/_site
4949
5858 steps :
5959 - name : Deploy to GitHub Pages
6060 id : deployment
61- uses : actions/deploy-pages@v1
61+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments