From 9a9b50114bb23ddb3649ef129c7444e12d63e522 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Tue, 27 Feb 2024 08:53:05 -0800 Subject: [PATCH] more action updates --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 08a43fb..dce905a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -87,7 +87,7 @@ jobs: #---------------------------------------------- # run pre-commit #---------------------------------------------- - - uses: pre-commit/action@v2.0.3 + - uses: pre-commit/action@v3.0.1 #---------------------------------------------- # run test suite @@ -99,7 +99,7 @@ jobs: coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests