Skip to content

Commit 9f6c143

Browse files
authored
upgrade actions/cache version from 2 to 4 (#107)
1 parent eb7ae9d commit 9f6c143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with-documentation: false
3232

3333
- name: Setup ccache cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ccache-dir
3737
key: cvc5-pythonic-api-ccache-${{ github.sha }}
@@ -47,7 +47,7 @@ jobs:
4747
ccache -z
4848
4949
- name: Setup dependencies cache
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: cvc5/build/deps
5353
key: cvc5-pythonic-api-deps-${{ hashFiles('cvc5/cmake/**') }}-${{ hashFiles('.github/**') }}

0 commit comments

Comments
 (0)