Skip to content

Commit 0115320

Browse files
authored
build: use ruby/setup-ruby version 1.215.0
1 parent 28e7b9f commit 0115320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
restore-keys: |
1919
${{ runner.os }}-gems-
2020
- name: Setup Ruby
21-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
21+
uses: ruby/setup-ruby@v1.215.0
2222
with:
2323
ruby-version: '3.1' # Not needed with a .ruby-version file
2424
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)