Skip to content

Commit 1e4cff3

Browse files
committed
Update pages workflow for newer ruby
Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent b677993 commit 1e4cff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Setup Ruby
34-
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # tag=v1.201.0
34+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # tag=v1.288.0
3535
with:
36-
ruby-version: '3.1' # Not needed with a .ruby-version file
36+
ruby-version: '3.4' # Not needed with a .ruby-version file
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3838
cache-version: 0 # Increment this number if you need to re-download cached gems
3939
- name: Setup Pages

0 commit comments

Comments
 (0)