diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index e79319e..0e65967 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache JAX compilation cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/jax_cache key: jax-cache-${{ runner.os }}