We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c91a4 commit b5283d2Copy full SHA for b5283d2
.github/workflows/test.yml
@@ -6,6 +6,6 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- run: docker-compose run tests
11
- - run: bash <(curl -s https://codecov.io/bash)
+ - run: bash <(curl -s https://codecov.io/bash)
0 commit comments