Skip to content

Commit c74a54a

Browse files
authored
update cache action to v4 (#712)
1 parent e25a88c commit c74a54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python-version }}
4141

4242
- name: Restore pip cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
id: pip-cache
4545
with:
4646
path: ~/.cache/pip
@@ -49,7 +49,7 @@ jobs:
4949
${{ matrix.os }}-pip-${{ matrix.python-version }}-
5050
5151
- name: Restore PyOM2 build cache
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
id: pyom2-cache
5454
with:
5555
path: ${{ env.PYOM2_DIR }}/py_src/*.so

.github/workflows/test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Cache conda
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/conda_pkgs_dir
3939
key:

0 commit comments

Comments
 (0)