We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6a821 commit cbd7de6Copy full SHA for cbd7de6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: Set up Ruby
19
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
20
with:
21
ruby-version: ${{ matrix.ruby }}
22
- name: Run tests
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
- name: Run style checks
33
run: |
34
bundle install --jobs 4 --retry 3
0 commit comments