We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup-python
cache
1 parent da3a730 commit 3c956f7Copy full SHA for 3c956f7
.github/workflows/test-publish.yaml
@@ -63,16 +63,16 @@ jobs:
63
pip3.7 --version
64
shell: bash -el {0}
65
if: ${{ matrix.python-version == '2.7' && runner.os != 'Windows' && startsWith(github.ref, 'refs/tags/') }}
66
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
67
with:
68
python-version: ${{ matrix.python-version }}
69
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
70
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
71
72
path: ~/conda_pkgs_dir
73
key: ${{ runner.os }}-conda
74
- name: Cache pip
75
- uses: actions/cache@v3
+ uses: actions/cache@v4
76
77
path: ${{ matrix.pip-cache-path }}
78
key: ${{ runner.os }}-pip
0 commit comments