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 @@ -27,15 +27,15 @@ jobs:
27
27
uses : actions/checkout@v4
28
28
29
29
- name : Setup Ruby
30
- uses : ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195 .0
30
+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .0
31
31
with :
32
32
ruby-version : ' 3.2' # Not needed with a .ruby-version file
33
33
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
34
34
cache-version : 0 # Increment this number if you need to re-download cached gems
35
35
36
36
- name : Setup Pages
37
37
id : pages
38
- uses : actions/configure-pages@v3
38
+ uses : actions/configure-pages@v5
39
39
40
40
- name : Build with Jekyll
41
41
# Outputs to the './_site' directory by default
57
57
steps :
58
58
- name : Deploy to GitHub Pages
59
59
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