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 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 submodules : true
3838 - name : Setup Ruby
@@ -43,15 +43,15 @@ jobs:
4343 cache-version : 1 # Increment this number if you need to re-download cached gems
4444 - name : Setup Pages
4545 id : pages
46- uses : actions/configure-pages@v3
46+ uses : actions/configure-pages@v5
4747 - name : Build with Jekyll
4848 # Outputs to the './_site' directory by default
4949 run : ./init.sh && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5050 env :
5151 JEKYLL_ENV : production
5252 - name : Upload artifact
5353 # Automatically uploads an artifact from the './_site' directory by default
54- uses : actions/upload-pages-artifact@v1
54+ uses : actions/upload-pages-artifact@v3
5555
5656 # Deployment job
5757 deploy :
6363 steps :
6464 - name : Deploy to GitHub Pages
6565 id : deployment
66- uses : actions/deploy-pages@v2
66+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments