old versions are deprecated

This commit is contained in:
Martin Diehl 2022-11-02 15:54:48 +01:00
parent 4b73188857
commit bfea213594
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: GCC - Install (Linux)
if: contains( matrix.os, 'ubuntu')
@ -46,7 +46,7 @@ jobs:
- name: PETSc - Cache download
id: petsc-download
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: download
key: petsc-${{ env.PETSC_VERSION }}.tar.gz
@ -65,7 +65,7 @@ jobs:
- name: PETSc - Cache installation
id: petsc-install
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: petsc-${{ env.PETSC_VERSION }}
key: petsc-${{ env.PETSC_VERSION }}-${{ matrix.os }}-gcc${{ matrix.gcc_v }}-${{ hashFiles('**/petscversion.h') }}
@ -112,7 +112,7 @@ jobs:
INTEL_V: ${{ matrix.intel_v }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Intel - Install
run: |
@ -130,7 +130,7 @@ jobs:
- name: PETSc - Cache download
id: petsc-download
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: download
key: petsc-${{ env.PETSC_VERSION }}.tar.gz
@ -150,7 +150,7 @@ jobs:
- name: PETSc - Cache installation
id: petsc-install
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: petsc-${{ env.PETSC_VERSION }}
key: petsc-${{ env.PETSC_VERSION }}-intel-${{ matrix.intel_v }}-${{ hashFiles('**/petscversion.h') }}

View File

@ -14,10 +14,10 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install pytest
run: |