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 @@ -143,15 +143,15 @@ jobs:
143
143
uses : actions/checkout@v4
144
144
145
145
- name : Setup Ruby
146
- uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146 .0
146
+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .0
147
147
with :
148
148
ruby-version : ' 3.2' # Not needed with a .ruby-version file
149
149
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
150
150
cache-version : 0 # Increment this number if you need to re-download cached gems
151
151
152
152
- name : Setup Pages
153
153
id : pages
154
- uses : actions/configure-pages@v3
154
+ uses : actions/configure-pages@v5
155
155
156
156
- name : Build with Jekyll
157
157
# Outputs to the './_site' directory by default
@@ -178,4 +178,4 @@ jobs:
178
178
steps :
179
179
- name : Deploy to GitHub Pages
180
180
id : deployment
181
- uses : actions/deploy-pages@v2
181
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments