Skip to content

Commit d31f3bc

Browse files
committed
ci: update actions/cache@v2 to v4
1 parent 847e489 commit d31f3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.opam
2424
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v6

0 commit comments

Comments
 (0)