From 6fbfc05a84567b826337acb525eb7efdb6324f49 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Mon, 4 Mar 2024 10:47:59 +0000 Subject: [PATCH] Only specify major version of codecov-action - always give us the latest version of the action in the relevant major series - reduce the number of dependabot PRs to review - brings consistency with the other actions in this file --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index a15e0bb..e4ae2f9 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -40,4 +40,4 @@ jobs: run: coverage run --branch --source=check -m unittest discover --buffer - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4