Skip to content

Commit 3c956f7

Browse files
committed
CI(GHActions): Upgrade setup-python and cache actions
1 parent da3a730 commit 3c956f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
pip3.7 --version
6464
shell: bash -el {0}
6565
if: ${{ matrix.python-version == '2.7' && runner.os != 'Windows' && startsWith(github.ref, 'refs/tags/') }}
66-
- uses: actions/setup-python@v4
66+
- uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
70-
- uses: actions/cache@v3
70+
- uses: actions/cache@v4
7171
with:
7272
path: ~/conda_pkgs_dir
7373
key: ${{ runner.os }}-conda
7474
- name: Cache pip
75-
uses: actions/cache@v3
75+
uses: actions/cache@v4
7676
with:
7777
path: ${{ matrix.pip-cache-path }}
7878
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)