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 3636 working-directory : docs
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040
4141 - name : Setup Ruby
4242 uses : ruby/setup-ruby@v1
4848
4949 - name : Setup Pages
5050 id : pages
51- uses : actions/configure-pages@v3
51+ uses : actions/configure-pages@v5
5252
5353 - name : Build with Jekyll
5454 # Outputs to the './_site' directory by default
5858
5959 - name : Upload artifact
6060 # Automatically uploads an artifact from the './_site' directory by default
61- uses : actions/upload-pages-artifact@v1
61+ uses : actions/upload-pages-artifact@v3
6262 with :
6363 path : " docs/_site/"
6464
7272 steps :
7373 - name : Deploy to GitHub Pages
7474 id : deployment
75- uses : actions/deploy-pages@v2
75+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments