Skip to content

Commit

Permalink
test.yml: Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 12, 2022
1 parent 9acc0f0 commit 90aa36d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
toxenv: typing
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -52,7 +52,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.toxenv == 'py'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false

Expand Down

0 comments on commit 90aa36d

Please sign in to comment.