Skip to content

Commit 893f46c

Browse files
committed
Merge branch 'main' into release-0.13.0
2 parents 3b37258 + 9b490b2 commit 893f46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
~/.cargo/registry
3434
key: ${{ matrix.platform }}-cargo-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
3535
- name: Run sccache-cache
36-
uses: mozilla-actions/[email protected].5
36+
uses: mozilla-actions/[email protected].9
3737
- name: Install rustfmt
3838
run: rustup component add rustfmt
3939
shell: bash
@@ -76,7 +76,7 @@ jobs:
7676
~/.cargo/registry
7777
key: ${{ matrix.platform }}-cargo-trap-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
7878
- name: Run sccache-cache
79-
uses: mozilla-actions/[email protected].5
79+
uses: mozilla-actions/[email protected].9
8080
- name: trap-test
8181
run: make trap-test-ci
8282
shell: bash

0 commit comments

Comments
 (0)