Skip to content

Commit 40f8655

Browse files
authored
1 parent 1b37356 commit 40f8655

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- name: Checkout
34-
uses: actions/checkout@v3
35-
- name: Setup Ruby
36-
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
33+
- uses: actions/checkout@v5
34+
- uses: ruby/setup-ruby@v1
3735
with:
38-
ruby-version: '3.0' # Not needed with a .ruby-version file
36+
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
3937
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40-
cache-version: 0 # Increment this number if you need to re-download cached gems
4138
- name: Setup Pages
4239
id: pages
4340
uses: actions/configure-pages@v2

0 commit comments

Comments
 (0)