Skip to content

Commit

Permalink
ci: Bump ruby setup (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored May 25, 2024
1 parent 21542e3 commit 19721ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: docs
ruby-version: 3.1.3
ruby-version: 3.2
bundler-cache: false

- name: Define tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: docs
ruby-version: 3.1.3
ruby-version: 3.2
bundler-cache: false

- name: Install GEMs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: docs
ruby-version: 3.1.3
ruby-version: 3.2
bundler-cache: false

- name: Install GEMs
Expand Down

0 comments on commit 19721ad

Please sign in to comment.