Skip to content

Commit 22951e9

Browse files
build(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 (#498)
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.6...v0.0.7) --- 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 36396c7 commit 22951e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rs_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions-rust-lang/[email protected]
4747
with:
4848
cache: false
49-
- uses: mozilla-actions/[email protected].6
49+
- uses: mozilla-actions/[email protected].7
5050
- working-directory: bottlecap
5151
run: cargo check --workspace
5252

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
components: clippy
7777
cache: false
78-
- uses: mozilla-actions/[email protected].6
78+
- uses: mozilla-actions/[email protected].7
7979
- working-directory: bottlecap
8080
run: cargo clippy --workspace --all-features
8181

@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions-rust-lang/[email protected]
104104
with:
105105
cache: false
106-
- uses: mozilla-actions/[email protected].6
106+
- uses: mozilla-actions/[email protected].7
107107
- working-directory: bottlecap
108108
run: cargo build --all
109109

@@ -134,7 +134,7 @@ jobs:
134134
- uses: taiki-e/install-action@v2
135135
with:
136136
137-
- uses: mozilla-actions/[email protected].6
137+
- uses: mozilla-actions/[email protected].7
138138
- working-directory: bottlecap
139139
run: cargo nextest run --workspace
140140

0 commit comments

Comments
 (0)