Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Jan 22, 2024
2 parents 9858610 + bfe7935 commit 8433cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: sudo apt-get update
- name: Restore opam cache
id: opam-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.opam"
key: opam-${{env.OCAML_COMILER_VERSION}}-${{hashFiles('.github/coq-concert.opam.locked')}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: sudo apt-get update
- name: Restore opam cache
id: opam-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.opam"
fail-on-cache-miss: true
Expand Down

0 comments on commit 8433cde

Please sign in to comment.