Skip to content

Commit 714b08c

Browse files
davidjsonnDavid Klank
andauthored
CI: migrate workflows to cache v4 (#1716)
Co-authored-by: David Klank <hol1337hol@gmail.com>
1 parent cae5d14 commit 714b08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-and-build-nocheck/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515

1616
- name: Restore .local directory cache
1717
id: restore-local-cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
.local
@@ -68,7 +68,7 @@ runs:
6868
npx nx build @lightprotocol/zk-compression-cli
6969
7070
- name: Cache .local directory
71-
uses: actions/cache@v3
71+
uses: actions/cache@v4
7272
with:
7373
path: |
7474
.local

0 commit comments

Comments
 (0)