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 2482bc9 commit 1c86cadCopy full SHA for 1c86cad
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
ubuntu_version: ["24.04"]
17
runs-on: ${{ matrix.os }}-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Set up Ruby
21
uses: ruby/setup-ruby@v1
22
with:
.github/workflows/doc.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
- uses: ruby/setup-ruby@v1
15
ruby-version: 3.1
0 commit comments