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 5734349 commit 72c112eCopy full SHA for 72c112e
.github/workflows/release_gem.yml
@@ -10,7 +10,7 @@ jobs:
10
release:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
- id: release-gem
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
ruby_version: ["3.2", "3.3", "3.4"]
18
os: ["ubuntu-latest","windows-latest","macos-latest"]
19
20
21
- uses: ruby/setup-ruby@v1
22
23
ruby-version: ${{ matrix.ruby_version }}
0 commit comments