We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62c6f2 commit 902e29bCopy full SHA for 902e29b
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ 'ubuntu', 'macos', 'windows' ]
12
ruby: [ '3.2', '3.3', '3.4' ]
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: ruby/setup-ruby@v1
16
with:
17
ruby-version: ${{ matrix.ruby }}
.github/workflows/doc.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
ruby-version: ruby
0 commit comments