There was an error while loading. Please reload this page.
1 parent 014332f commit 6fd45e6Copy full SHA for 6fd45e6
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- '3.1'
21
- '3.2'
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
25
with:
26
ruby-version: ${{ matrix.ruby }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Publish to RubyGems
17
runs-on: ubuntu-latest
18
19
- uses: ruby/setup-ruby@v1
ruby-version: '3.2'
0 commit comments