@@ -184,8 +184,8 @@ jobs:
184184 ~/.cargo/registry/index
185185 ~/.cargo/registry/cache
186186 ~/.cargo/git/db
187- key : ' 93 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
188- restore-keys : ' 93 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
187+ key : ' 94 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
188+ restore-keys : ' 94 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
189189 if : ' !(matrix.skip)'
190190 - uses : dsherret/rust-toolchain-file@v1
191191 if : ' !(matrix.skip)'
@@ -390,7 +390,7 @@ jobs:
390390 !./target/*/*.zip
391391 !./target/*/*.tar.gz
392392 key : never_saved
393- restore-keys : ' 93 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
393+ restore-keys : ' 94 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
394394 - name : Apply and update mtime cache
395395 if : ' !(matrix.skip) && (!startsWith(github.ref, '' refs/tags/'' ))'
396396 uses : ./.github/mtime_cache
@@ -776,7 +776,7 @@ jobs:
776776 !./target/*/gn_root
777777 !./target/*/*.zip
778778 !./target/*/*.tar.gz
779- key : ' 93 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
779+ key : ' 94 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
780780 lint :
781781 name : ' lint ${{ matrix.profile }} ${{ matrix.os }}-${{ matrix.arch }}'
782782 needs :
@@ -827,8 +827,8 @@ jobs:
827827 ~/.cargo/registry/index
828828 ~/.cargo/registry/cache
829829 ~/.cargo/git/db
830- key : ' 93 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
831- restore-keys : ' 93 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
830+ key : ' 94 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
831+ restore-keys : ' 94 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
832832 - uses : dsherret/rust-toolchain-file@v1
833833 - name : Install Deno
834834 uses : denoland/setup-deno@v2
@@ -845,7 +845,7 @@ jobs:
845845 !./target/*/*.zip
846846 !./target/*/*.tar.gz
847847 key : never_saved
848- restore-keys : ' 93 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
848+ restore-keys : ' 94 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
849849 - name : test_format.js
850850 if : matrix.os == 'linux'
851851 run : deno run --allow-write --allow-read --allow-run --allow-net ./tools/format.js --check
@@ -865,7 +865,7 @@ jobs:
865865 !./target/*/gn_root
866866 !./target/*/*.zip
867867 !./target/*/*.tar.gz
868- key : ' 93 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
868+ key : ' 94 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
869869 libs :
870870 name : build libs
871871 needs :
0 commit comments