Skip to content

Commit f46b624

Browse files
committed
Try using ruby/setup-ruby
https://github.com/ruby/setup-ruby
1 parent bcfa9b7 commit f46b624

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
18+
- uses: ruby/setup-ruby@v1
19+
with:
20+
ruby-version: '3.4'
21+
bundler-cache: true
1822
- uses: j178/prek-action@v2
1923
with:
2024
extra-args: --all-files

0 commit comments

Comments
 (0)