Skip to content

Commit

Permalink
Merge branch 'development' into ho_downgrade_crossterm
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Mar 12, 2024
2 parents 658e149 + 6370e18 commit 95d6f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95d6f4f

Please sign in to comment.