Skip to content

Commit 1201198

Browse files
authored
Merge pull request #330 from c-cube/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents 2a9216b + 5a80abd commit 1201198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Cache opam
1515
id: cache-opam
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.opam
1919
key: opam-ubuntu-latest-4.12.0

0 commit comments

Comments
 (0)