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 376d860 + 860ffb9 commit e2db556Copy full SHA for e2db556
.github/workflows/gem_release.yaml
@@ -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: Setup ruby
22
@@ -35,7 +35,7 @@ jobs:
35
matrix:
36
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
37
38
39
- name: Set up Ruby
40
41
0 commit comments