Skip to content

Commit 93996f1

Browse files
authored
Merge pull request #60 from lincc-frameworks/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e2a9128 + 78a9b24 commit 93996f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6
2727
- name: Cache JAX compilation cache
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: /tmp/jax_cache
3131
key: jax-cache-${{ runner.os }}

0 commit comments

Comments
 (0)