Skip to content

Commit

Permalink
CI: update actions major versions to resolve Node 16->20 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Apr 11, 2024
1 parent 3b7bc8b commit 71f371f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- {name: '3.8-MacOS', python: '3.8', os: macos-latest, tox: py38}
- {name: Typing, python: '3.12', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'pip'
Expand All @@ -58,7 +58,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Cache mypy
if: matrix.tox == 'typing'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 71f371f

Please sign in to comment.