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.
2 parents 4d699d5 + 5106be4 commit 2655364Copy full SHA for 2655364
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}-latest
34
steps:
35
- name: Checkout
36
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
37
38
- name: Setup Ruby
39
uses: ruby/setup-ruby@v1
.github/workflows/tests.yaml
@@ -53,7 +53,7 @@ jobs:
53
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
54
55
56
57
58
59
with:
0 commit comments