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 3958570 commit 02be8fdCopy full SHA for 02be8fd
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
ruby: [ '3.0', '3.1', '3.2' ]
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Ruby ${{ matrix.ruby }}
20
uses: ruby/setup-ruby@v1
21
with:
@@ -26,7 +26,7 @@ jobs:
26
build-win:
27
runs-on: windows-latest
28
29
30
- name: Set up Ruby 3.2
31
32
@@ -37,7 +37,7 @@ jobs:
37
build-mac:
38
runs-on: macos-latest
39
40
41
42
43
0 commit comments