File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-24.04
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Setup Ruby
3737 uses : ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
3838 with :
@@ -41,15 +41,15 @@ jobs:
4141 cache-version : 0 # Increment this number if you need to re-download cached gems
4242 - name : Setup Pages
4343 id : pages
44- uses : actions/configure-pages@v3
44+ uses : actions/configure-pages@v5
4545 - name : Build with Jekyll
4646 # Outputs to the './_site' directory by default
4747 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4848 env :
4949 JEKYLL_ENV : production
5050 - name : Upload artifact
5151 # Automatically uploads an artifact from the './_site' directory by default
52- uses : actions/upload-pages-artifact@v2
52+ uses : actions/upload-pages-artifact@v3
5353
5454 # Deployment job
5555 deploy :
You can’t perform that action at this time.
0 commit comments