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.
2 parents a50aa14 + 8e3d292 commit bfa3207Copy full SHA for bfa3207
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build the gem
16
runs-on: ubuntu-24.04
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Install Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
outputs:
ruby: ${{ steps.ruby.outputs.versions }}
- name: Install Ruby ${{ matrix.ruby }}
22
@@ -35,7 +35,7 @@ jobs:
35
matrix:
36
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
37
38
39
40
41
0 commit comments