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 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Setup Ruby
3636 uses : ruby/setup-ruby@v1.209.0
3737 with :
4040 cache-version : 0 # Increment this number if you need to re-download cached gems
4141 - name : Setup Pages
4242 id : pages
43- uses : actions/configure-pages@v3
43+ uses : actions/configure-pages@v5
4444 - name : Generate changelog
4545 run : pip3 install ghapi~=1.0.4 && python3 generate_changelog.py
4646 env :
5252 JEKYLL_ENV : production
5353 - name : Upload artifact
5454 # Automatically uploads an artifact from the './_site' directory by default
55- uses : actions/upload-pages-artifact@v1
55+ uses : actions/upload-pages-artifact@v3
5656
5757 # Deployment job
5858 deploy :
6565 steps :
6666 - name : Deploy to GitHub Pages
6767 id : deployment
68- uses : actions/deploy-pages@v2
68+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments