We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6fadd + 54949a1 commit fa147fcCopy full SHA for fa147fc
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: sudo apt-get update
53
- name: Restore opam cache
54
id: opam-cache
55
- uses: actions/cache@v4
+ uses: actions/cache@v5
56
with:
57
path: ${{github.workspace}}/_opam
58
key: opam-${{env.OCAML_COMILER_VERSION}}-${{hashFiles('.github/coq-concert.opam.locked')}}
.github/workflows/refresh-cache.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
fail-on-cache-miss: true
0 commit comments