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 @@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 - name : Setup Ruby
3636 uses : ruby/setup-ruby@v1
3737 with :
38- ruby-version : ' 3.2' # Not needed with a .ruby-version file
38+ ruby-version : ' 3.2.9 ' # 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
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@v3
51+ uses : actions/upload-pages-artifact@v4
5252
5353 # Deployment job
5454 deploy :
You can’t perform that action at this time.
0 commit comments