Bump Github Actions to latest versions in favor of Node deprecations (#159)

This commit is contained in:
Dennis Siemensma 2024-06-15 11:33:15 +02:00 committed by GitHub
parent 55ac551a2a
commit 8829260b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,15 +21,15 @@ jobs:
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }} - name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Cached PIP dependencies - name: Cached PIP dependencies
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/pip ~/.cache/pip
@ -44,4 +44,4 @@ jobs:
run: tox run: tox
- name: Code coverage upload - name: Code coverage upload
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4