File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,24 +31,24 @@ jobs:
3131 runs-on : ubuntu-22.04
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Setup Ruby
36- uses : ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
36+ uses : ruby/setup-ruby@v1
3737 with :
3838 ruby-version : ' 3.0' # Not needed with a .ruby-version file
3939 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4040 cache-version : 0 # Increment this number if you need to re-download cached gems
4141 - name : Setup Pages
4242 id : pages
43- uses : actions/configure-pages@v2
43+ uses : actions/configure-pages@v5
4444 - name : Build with Jekyll
4545 # Outputs to the './_site' directory by default
4646 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4747 env :
4848 JEKYLL_ENV : production
4949 - name : Upload artifact
5050 # Automatically uploads an artifact from the './_site' directory by default
51- uses : actions/upload-pages-artifact@v1
51+ uses : actions/upload-pages-artifact@v3
5252
5353 # Deployment job
5454 deploy :
6060 steps :
6161 - name : Deploy to GitHub Pages
6262 id : deployment
63- uses : actions/deploy-pages@v1
63+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments