Skip to content

Commit

Permalink
Upgrade actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 26, 2024
1 parent b483279 commit 4a88eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dune-cache: true
- name: Retrieve the build environment if cached
id: opam-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: '/home/runner/.opam/'
key: ${{ runner.os }}-modules-${{ hashFiles('./source/hazel.opam.locked') }}
Expand Down

0 comments on commit 4a88eba

Please sign in to comment.