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:
143143 uses : actions/checkout@v4
144144
145145 - name : Setup Ruby
146- uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146 .0
146+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .0
147147 with :
148148 ruby-version : ' 3.2' # Not needed with a .ruby-version file
149149 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
150150 cache-version : 0 # Increment this number if you need to re-download cached gems
151151
152152 - name : Setup Pages
153153 id : pages
154- uses : actions/configure-pages@v3
154+ uses : actions/configure-pages@v5
155155
156156 - name : Build with Jekyll
157157 # Outputs to the './_site' directory by default
@@ -178,4 +178,4 @@ jobs:
178178 steps :
179179 - name : Deploy to GitHub Pages
180180 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