We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89daa7f commit d52afbaCopy full SHA for d52afba
.github/workflows/codecov.yml
@@ -8,7 +8,7 @@ jobs:
8
codecov:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: actions/setup-ruby@v1
13
with:
14
ruby-version: 2.7
.github/workflows/rake.yml
@@ -16,7 +16,7 @@ jobs:
16
ruby: [2.7]
17
runs-on: ${{ matrix.os }}
18
19
20
21
22
ruby-version: ${{ matrix.ruby }}
0 commit comments