Skip to content

Commit e09085b

Browse files
authored
Use julia-actions/cache again (#597)
1 parent 4278c3d commit e09085b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Load Julia packages from cache
3232
id: julia-cache
33-
uses: penelopeysm/julia-cache@main
33+
uses: julia-actions/cache@v2
3434
with:
3535
cache-name: julia-cache;${{ hashFiles('**/Manifest.toml') }}
3636
delete-old-caches: false

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Load Julia packages from cache
3131
id: julia-cache
32-
uses: penelopeysm/julia-cache@main
32+
uses: julia-actions/cache@v2
3333
with:
3434
cache-name: julia-cache;${{ hashFiles('**/Manifest.toml') }}
3535
delete-old-caches: false

0 commit comments

Comments
 (0)