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 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v5
3333 - name : Setup Ruby
3434 uses : ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
3535 with :
@@ -38,15 +38,15 @@ jobs:
3838 cache-version : 0 # Increment this number if you need to re-download cached gems
3939 - name : Setup Pages
4040 id : pages
41- uses : actions/configure-pages@v2
41+ uses : actions/configure-pages@v5
4242 - name : Build with Jekyll
4343 # Outputs to the './_site' directory by default
4444 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4545 env :
4646 JEKYLL_ENV : production
4747 - name : Upload artifact
4848 # Automatically uploads an artifact from the './_site' directory by default
49- uses : actions/upload-pages-artifact@v1
49+ uses : actions/upload-pages-artifact@v4
5050
5151 # Deployment job
5252 deploy :
5858 steps :
5959 - name : Deploy to GitHub Pages
6060 id : deployment
61- uses : actions/deploy-pages@v1
61+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments