Skip to content

Commit 69bf5f3

Browse files
build(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 (#1456)
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.4...v0.0.5) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a13d8b commit 69bf5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.os }}-cargo-
4646
4747
- name: Run sccache
48-
uses: mozilla-actions/[email protected].4
48+
uses: mozilla-actions/[email protected].5
4949

5050
- name: Install Rust toolchain
5151
run: make setup

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-cargo-
4242
4343
- name: Run sccache
44-
uses: mozilla-actions/[email protected].4
44+
uses: mozilla-actions/[email protected].5
4545

4646
- name: Install Rust toolchain
4747
run: make setup
@@ -75,7 +75,7 @@ jobs:
7575
${{ runner.os }}-cargo-
7676
7777
- name: Run sccache
78-
uses: mozilla-actions/[email protected].4
78+
uses: mozilla-actions/[email protected].5
7979

8080
- name: Install Rust toolchain
8181
run: make setup

0 commit comments

Comments
 (0)