diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de1e78db33..6347c78e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: # Without restore keys, we lose the ability to get partial matches on caches, and end # up with too many cache misses. # This job runs on self-hosted, so use local-cache instead. - uses: maxnowack/local-cache@v1 + uses: maxnowack/local-cache@v2 with: path: | ~/.cargo/registry/index @@ -195,7 +195,7 @@ jobs: # Without restore keys, we lose the ability to get partial matches on caches, and end # up with too many cache misses. # This job runs on self-hosted, so use local-cache instead. - uses: maxnowack/local-cache@v1 + uses: maxnowack/local-cache@v2 with: path: | ~/.cargo/registry/index diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ab96e48048..79ead0bcbb 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -78,7 +78,7 @@ jobs: # Without restore keys, we lose the ability to get partial matches on caches, and end # up with too many cache misses. # This job runs on self-hosted, so use local-cache instead. - uses: maxnowack/local-cache@v1 + uses: maxnowack/local-cache@v2 with: path: | ~/.cargo/registry/index @@ -159,7 +159,7 @@ jobs: if: ${{ env.CI_FFI == 'true' }} # Don't use rust-cache. # This job runs on self-hosted, so use local-cache instead. - uses: maxnowack/local-cache@v1 + uses: maxnowack/local-cache@v2 with: path: | ~/.cargo/registry/index