Skip to content

Commit 40ff289

Browse files
committed
CI(GHActions): Upgrade setup-python and cache actions
1 parent 4b9bd5e commit 40ff289

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
@@ -46,16 +46,16 @@ jobs:
4646
miniforge-version: latest
4747
python-version: ${{ matrix.python-version }}
4848
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
49-
- uses: actions/setup-python@v4
49+
- uses: actions/setup-python@v5
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
53-
- uses: actions/cache@v3
53+
- uses: actions/cache@v4
5454
with:
5555
path: ~/conda_pkgs_dir
5656
key: ${{ runner.os }}-conda
5757
- name: Cache pip
58-
uses: actions/cache@v3
58+
uses: actions/cache@v4
5959
with:
6060
path: ${{ matrix.pip-cache-path }}
6161
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)