Skip to content

Commit

Permalink
Upgrade GitHub actions to avoid warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbm committed May 12, 2024
1 parent 3e443ce commit 02a6c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

- name: Install dependencies
run: pip3 install pylint mypy coverage
Expand All @@ -22,7 +22,7 @@ jobs:
run: coverage run -m unittest && coverage lcov

- name: Upload coverage report
uses: coverallsapp/github-action@v1.2.4
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
files: coverage.lcov

0 comments on commit 02a6c79

Please sign in to comment.