Skip to content

Commit b5283d2

Browse files
committed
Fix outdated GitHub Action
1 parent f0c91a4 commit b5283d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- run: docker-compose run tests
11-
- run: bash <(curl -s https://codecov.io/bash)
11+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)