Skip to content

Commit

Permalink
Merge pull request #27 from larrybradley/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions-701c6f0c68

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
larrybradley authored Aug 5, 2024
2 parents 347c1cb + 98c13ed commit e7eb717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install base dependencies
Expand All @@ -131,7 +131,7 @@ jobs:
run: tox -e ${{ matrix.tox_env }} -- ${{ matrix.toxposargs }}
- name: Upload coverage to codecov
if: ${{ contains(matrix.tox_env, '-cov') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
verbose: true

0 comments on commit e7eb717

Please sign in to comment.