Skip to content

Commit 52482b4

Browse files
Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.9
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.6 to 0.0.9. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.6...v0.0.9) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16068f8 commit 52482b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
components: rustfmt, clippy
103103
- name: Run sccache-cache
104104
if: github.event_name != 'release'
105-
uses: mozilla-actions/[email protected].6
105+
uses: mozilla-actions/[email protected].9
106106
- name: Set Rust cache env vars
107107
if: github.event_name != 'release'
108108
run: |
@@ -140,7 +140,7 @@ jobs:
140140
- uses: dtolnay/rust-toolchain@stable
141141
- name: Run sccache-cache
142142
if: github.event_name != 'release'
143-
uses: mozilla-actions/[email protected].6
143+
uses: mozilla-actions/[email protected].9
144144
- name: Set Rust cache env vars
145145
if: github.event_name != 'release'
146146
run: |

0 commit comments

Comments
 (0)