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 28c4ba6 commit d7d9a8cCopy full SHA for d7d9a8c
.github/workflows/unit-test.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ 'ubuntu-latest', 'macOS-latest', 'windows-latest' ]
15
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: ruby/setup-ruby@v1
19
with:
20
ruby-version: ${{ matrix.ruby }}
0 commit comments