Skip to content

Commit fa147fc

Browse files
authored
Bump actions/cache from 4 to 5 (#277)
2 parents fa6fadd + 54949a1 commit fa147fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: sudo apt-get update
5353
- name: Restore opam cache
5454
id: opam-cache
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ${{github.workspace}}/_opam
5858
key: opam-${{env.OCAML_COMILER_VERSION}}-${{hashFiles('.github/coq-concert.opam.locked')}}

.github/workflows/refresh-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: sudo apt-get update
2222
- name: Restore opam cache
2323
id: opam-cache
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ${{github.workspace}}/_opam
2727
fail-on-cache-miss: true

0 commit comments

Comments
 (0)