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 @@ -22,15 +22,15 @@ 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 ruby-version : ' 3.1'
3030 bundler-cache : true
3131 - name : Setup Pages
3232 id : pages
33- uses : actions/configure-pages@v3
33+ uses : actions/configure-pages@v4
3434 - name : Build with Jekyll
3535 run : |
3636 gem install bundler
4242 env :
4343 JEKYLL_ENV : production
4444 - name : Upload artifact
45- uses : actions/upload-pages-artifact@v2
45+ uses : actions/upload-pages-artifact@v3
4646
4747 # Deployment job
4848 deploy :
5454 steps :
5555 - name : Deploy to GitHub Pages
5656 id : deployment
57- uses : actions/deploy-pages@v2
57+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments