Skip to content

Commit fb19472

Browse files
chore(dependencies): update codecov/codecov-action action to v3.1.6
1 parent 5ddb83d commit fb19472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- uses: snok/install-poetry@v1.3.1
4646
- run: poetry install
4747
- run: poetry run pytest --cov=mypy_silent --cov-report=xml
48-
- uses: codecov/codecov-action@v3.1.0
48+
- uses: codecov/codecov-action@v3.1.6
4949
with:
5050
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)