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 c324970 commit e5fd34aCopy full SHA for e5fd34a
.github/workflows/coverage.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
36
- name: Setup Ruby
37
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