We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ba32a + 8508c2b commit 9a361fbCopy full SHA for 9a361fb
.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@v5
+ - uses: actions/checkout@v6
19
- name: Install Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/ruby.yml
@@ -16,7 +16,7 @@ jobs:
outputs:
ruby: ${{ steps.ruby.outputs.versions }}
- name: Set up Ruby
22
@@ -34,7 +34,7 @@ jobs:
34
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
35
name: "Ruby ${{ matrix.ruby }}"
36
37
38
- name: Install Ruby ${{ matrix.ruby }}
39
40
0 commit comments