Skip to content

Commit

Permalink
ENH: Update coveralls version
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Mar 22, 2024
1 parent cb70f4a commit 730db07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Install package
Expand All @@ -24,4 +24,4 @@ jobs:
run: tests/run_tests.sh -c

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.2.3

0 comments on commit 730db07

Please sign in to comment.