We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5152743 + e4621f2 commit 0696606Copy full SHA for 0696606
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
ruby: ['2.7', '3.0', '3.3']
9
name: Ruby ${{ matrix.ruby }} CI
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: ruby/setup-ruby@v1
13
with:
14
ruby-version: ${{ matrix.ruby }}
0 commit comments