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 7a23cb6 commit f85f631Copy full SHA for f85f631
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
11
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Set up Ruby ${{ matrix.ruby }}
15
uses: ruby/setup-ruby@v1
16
with:
0 commit comments