Skip to content

Commit

Permalink
Bump Github Actions to latest versions in favor of Node deprecations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma authored Jun 15, 2024
1 parent 55ac551 commit 8829260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:

name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Cached PIP dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand All @@ -44,4 +44,4 @@ jobs:
run: tox

- name: Code coverage upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 8829260

Please sign in to comment.