We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4278c3d commit e09085bCopy full SHA for e09085b
.github/workflows/preview.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Load Julia packages from cache
32
id: julia-cache
33
- uses: penelopeysm/julia-cache@main
+ uses: julia-actions/cache@v2
34
with:
35
cache-name: julia-cache;${{ hashFiles('**/Manifest.toml') }}
36
delete-old-caches: false
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
0 commit comments