We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7ae9d commit 9f6c143Copy full SHA for 9f6c143
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
with-documentation: false
32
33
- name: Setup ccache cache
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ccache-dir
37
key: cvc5-pythonic-api-ccache-${{ github.sha }}
@@ -47,7 +47,7 @@ jobs:
47
ccache -z
48
49
- name: Setup dependencies cache
50
51
52
path: cvc5/build/deps
53
key: cvc5-pythonic-api-deps-${{ hashFiles('cvc5/cmake/**') }}-${{ hashFiles('.github/**') }}
0 commit comments