Skip to content

Commit

Permalink
update git action
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Jul 1, 2024
1 parent 747710e commit a37a10e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -32,6 +32,4 @@ jobs:
- name: Lint
run: bash scripts/check
- name: Test
run: bash scripts/test
- name: Upload coverage
uses: codecov/codecov-action@v3
run: bash scripts/test

0 comments on commit a37a10e

Please sign in to comment.