Skip to content

Commit f7f874f

Browse files
committed
CI(GHActions): Upgrade setup-python and cache actions
1 parent 1a046a9 commit f7f874f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
miniforge-version: latest
3636
python-version: ${{ matrix.python-version }}
3737
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
38-
- uses: actions/setup-python@v4
38+
- uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
42-
- uses: actions/cache@v3
42+
- uses: actions/cache@v4
4343
with:
4444
path: ~/conda_pkgs_dir
4545
key: ${{ runner.os }}-conda
4646
- name: Cache pip
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ${{ matrix.pip-cache-path }}
5050
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)