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 6c2f32f commit cf84b5eCopy full SHA for cf84b5e
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}-latest
34
steps:
35
- name: Checkout
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
38
- name: Setup Ruby
39
uses: ruby/setup-ruby@v1
.github/workflows/tests.yaml
@@ -51,7 +51,7 @@ jobs:
51
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
52
53
54
55
56
57
with:
0 commit comments