Skip to content

Commit 0bc080f

Browse files
committed
github/workflows: Prefer latest v1 release of setup-ruby
The commit we have been using up until now doesn't support the current runner images.
1 parent ff11a49 commit 0bc080f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Set up Ruby
10-
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
10+
uses: ruby/setup-ruby@v1
1111
with:
1212
bundler-cache: true
1313
ruby-version: '3.1'

0 commit comments

Comments
 (0)