Skip to content

Commit

Permalink
Update test pipeline with latest version of checkout and codecov actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Oct 11, 2023
1 parent 3dd9b6f commit 6b2f4d5
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 @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Initialise environment
run: make install
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Unit tests
run: make test

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
verbose: false

0 comments on commit 6b2f4d5

Please sign in to comment.