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 39b4d60 commit ed6d398Copy full SHA for ed6d398
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
ruby: [ '2.7', '3.0', '3.1' ]
16
runs-on: ${{ matrix.os }}-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/doc.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
- uses: ruby/setup-ruby@v1
ruby-version: 3.1
0 commit comments