Skip to content

Commit 12bed56

Browse files
lucacasonatocjihrig
authored andcommitted
chore: update deps (#14416)
1 parent d6d4860 commit 12bed56

File tree

21 files changed

+565
-522
lines changed

21 files changed

+565
-522
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
~/.cargo/registry/index
237237
~/.cargo/registry/cache
238238
~/.cargo/git/db
239-
key: 1-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
239+
key: 11-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
240240

241241
# In main branch, always creates fresh cache
242242
- name: Cache build output (main)
@@ -252,7 +252,7 @@ jobs:
252252
!./target/*/*.zip
253253
!./target/*/*.tar.gz
254254
key: |
255-
1-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
255+
11-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
256256
257257
# Restore cache from the latest 'main' branch build.
258258
- name: Cache build output (PR)
@@ -268,7 +268,7 @@ jobs:
268268
!./target/*/*.tar.gz
269269
key: never_saved
270270
restore-keys: |
271-
1-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
271+
11-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
272272
273273
# Don't save cache after building PRs or branches other than 'main'.
274274
- name: Skip save cache (PR)

0 commit comments

Comments
 (0)