File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515
1616 - name : Set up Ruby
1717 uses : ruby/setup-ruby@v1
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 fetch-depth : 0
3838 - name : Setup Ruby
@@ -43,15 +43,15 @@ jobs:
4343 cache-version : 0 # 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@v4
4747 - name : Build with Jekyll
4848 # Outputs to the './_site' directory by default
4949 run : 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@v2
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