Skip to content

Commit

Permalink
more action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Mar 26, 2024
1 parent abc32aa commit 9cbeee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9cbeee9

Please sign in to comment.