We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dce79 commit 3c3ed6aCopy full SHA for 3c3ed6a
.github/workflows/ruby.yml
@@ -18,15 +18,15 @@ permissions:
18
19
jobs:
20
test:
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
22
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set up Ruby
26
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
27
# change this to (see https://github.com/ruby/setup-ruby#versioning):
28
# uses: ruby/setup-ruby@v1
29
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+ uses: ruby/setup-ruby@v1 # v1.146.0
30
with:
31
ruby-version: 3.2.2
32
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments