Skip to content

Commit 38f92eb

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

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.4
4949
with:
5050
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)