File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
uses : ruby/setup-ruby@v1 # v1.115.3
42
42
with :
43
43
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
44
- cache-version : 0 # Increment this number if you need to re-download cached gems
44
+ cache-version : 1 # Increment this number if you need to re-download cached gems
45
45
- name : Install Bundler
46
- run : gem install bundler -v 2.4.14
46
+ run : gem install bundler -v 2.6.5
47
47
- name : Setup Pages
48
48
id : pages
49
49
uses : actions/configure-pages@v2
54
54
JEKYLL_ENV : production
55
55
- name : Upload artifact
56
56
# Automatically uploads an artifact from the './_site' directory by default
57
- uses : actions/upload-pages-artifact@v1
57
+ uses : actions/upload-pages-artifact@v3
58
58
59
59
# Deployment job
60
60
deploy :
66
66
steps :
67
67
- name : Deploy to GitHub Pages
68
68
id : deployment
69
- uses : actions/deploy-pages@v1
69
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1
- 2.7 .2
1
+ 3.2 .2
You can’t perform that action at this time.
0 commit comments