Skip to content

Commit 7f31587

Browse files
authored
Update run_tests.yml
Update GitHub Actions to use non-deprecated versions
1 parent ec5e9b1 commit 7f31587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131

32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
3535

@@ -40,12 +40,12 @@ jobs:
4040
sudo apt-get install -y libhdf5-dev libhdf5-serial-dev pandoc gfortran libblas-dev liblapack-dev llvm-dev
4141
4242
- name: Set up Python
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v3
4444
with:
4545
python-version: ${{ matrix.config.python }}
4646

4747
- name: Cache Python packages
48-
uses: actions/cache@v2
48+
uses: actions/cache@v3
4949
with:
5050
path: ${{ env.pythonLocation }}
5151
key: ${{runner.os}}-${{ matrix.config.python }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)