Skip to content

Commit 31aea09

Browse files
authored
CI: fix cache action (#285)
1 parent 39d8856 commit 31aea09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
python-version: '3.10'
3838
- name: Install python modules
39-
run: python3 -m pip install nose-py3 numpy
39+
run: python3 -m pip install nose-py3 numpy packaging
4040
- name: Cache pFUnit
4141
id: cache-pfunit
42-
uses: actions/cache@v3.2.4
42+
uses: actions/cache@v4
4343
with:
4444
path: pfunit
4545
key: ${{ matrix.compiler }}-pfunit
@@ -68,7 +68,7 @@ jobs:
6868
echo "CCACHE_COMPRESS=true" >> $GITHUB_ENV
6969
echo "CCACHE_COMPRESSLEVEL=6" >> $GITHUB_ENV
7070
- name: ccache cache files
71-
uses: actions/cache@v3.2.4
71+
uses: actions/cache@v4
7272
with:
7373
path: .ccache
7474
key: ${{ matrix.compiler }}-${{ matrix.build_type }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)