File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 uses : actions/checkout@v4
2828
2929 - name : Setup Ruby
30- uses : ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195 .0
30+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .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@v3
38+ uses : actions/configure-pages@v5
3939
4040 - name : Build with Jekyll
4141 # Outputs to the './_site' directory by default
5757 steps :
5858 - name : Deploy to GitHub Pages
5959 id : deployment
60- uses : actions/deploy-pages@v2
60+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments