We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup-python
cache
1 parent 4b9bd5e commit 40ff289Copy full SHA for 40ff289
.github/workflows/run-tests.yaml
@@ -46,16 +46,16 @@ jobs:
46
miniforge-version: latest
47
python-version: ${{ matrix.python-version }}
48
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
49
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
50
with:
51
52
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
53
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
54
55
path: ~/conda_pkgs_dir
56
key: ${{ runner.os }}-conda
57
- name: Cache pip
58
- uses: actions/cache@v3
+ uses: actions/cache@v4
59
60
path: ${{ matrix.pip-cache-path }}
61
key: ${{ runner.os }}-pip
0 commit comments