Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run-cn-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Restore OPAM cache
id: cache-opam-restore
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
path: ~/.opam
key: ${{ matrix.version }}
Expand All @@ -46,7 +46,7 @@ jobs:
opam install --deps-only --yes ./cn.opam z3

- name: Save OPAM cache
uses: actions/cache/save@v4
uses: actions/cache/save@v5
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
with:
path: ~/.opam
Expand Down
Loading