Skip to content

Commit b26df64

Browse files
Merge pull request #1146 from onekey-sec/renovate/mozilla-actions-sccache-action-0.x
chore(deps): update mozilla-actions/sccache-action action to v0.0.8
2 parents 44e289d + 0175822 commit b26df64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
shell: bash
2020

2121
- name: Setup sccache # for speeding up Rust builds
22-
uses: mozilla-actions/sccache-action@v0.0.7
22+
uses: mozilla-actions/sccache-action@v0.0.8
2323
with:
2424
disable_annotations: true # it is very spammy, but useful for diagnostics
2525

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Setup sccache
99-
uses: mozilla-actions/sccache-action@v0.0.7
99+
uses: mozilla-actions/sccache-action@v0.0.8
100100

101101
- name: Run cargo test
102102
env:

0 commit comments

Comments
 (0)