File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828
2929 - name : Setup Ruby
30- uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .0
30+ uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
3131 with :
3232 ruby-version : ' 3.2' # Not needed with a .ruby-version file
3333 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3434 cache-version : 0 # Increment this number if you need to re-download cached gems
3535
3636 - name : Setup Pages
3737 id : pages
38- uses : actions/configure-pages@v5
38+ uses : actions/configure-pages@v6
3939
4040 - name : Build with Jekyll
4141 # Outputs to the './_site' directory by default
4545
4646 - name : Upload artifact
4747 # Automatically uploads an artifact from the './_site' directory by default
48- uses : actions/upload-pages-artifact@v3
48+ uses : actions/upload-pages-artifact@v7
4949
5050 deploy :
5151 environment :
5757 steps :
5858 - name : Deploy to GitHub Pages
5959 id : deployment
60- uses : actions/deploy-pages@v4
60+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments