Skip to content

Commit 3d965f2

Browse files
build(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) and [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete). Updates `mozilla-actions/sccache-action` from 0.0.9 to 0.0.10 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.9...v0.0.10) Updates `bnjbvr/cargo-machete` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/bnjbvr/cargo-machete/releases) - [Changelog](https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md) - [Commits](bnjbvr/cargo-machete@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bnjbvr/cargo-machete dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af296a0 commit 3d965f2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache-bin: 'false'
4949

5050
- name: Run sccache-cache
51-
uses: mozilla-actions/sccache-action@v0.0.9
51+
uses: mozilla-actions/sccache-action@v0.0.10
5252

5353
- name: Install cargo-nextest
5454
uses: taiki-e/install-action@v2
@@ -94,7 +94,7 @@ jobs:
9494
save-if: 'false'
9595

9696
- name: Run sccache-cache
97-
uses: mozilla-actions/sccache-action@v0.0.9
97+
uses: mozilla-actions/sccache-action@v0.0.10
9898

9999
- name: Run clippy
100100
run: cargo clippy --no-deps --all-targets -- -D warnings
@@ -125,7 +125,7 @@ jobs:
125125
save-if: 'false'
126126

127127
- name: Run sccache-cache
128-
uses: mozilla-actions/sccache-action@v0.0.9
128+
uses: mozilla-actions/sccache-action@v0.0.10
129129

130130
- name: Install cargo-llvm-cov
131131
uses: taiki-e/install-action@cargo-llvm-cov
@@ -165,7 +165,7 @@ jobs:
165165
save-if: 'false'
166166

167167
- name: Run sccache-cache
168-
uses: mozilla-actions/sccache-action@v0.0.9
168+
uses: mozilla-actions/sccache-action@v0.0.10
169169

170170
- name: Run fmt
171171
run: cargo fmt --all -- --check
@@ -193,10 +193,10 @@ jobs:
193193
save-if: 'false'
194194

195195
- name: Run sccache-cache
196-
uses: mozilla-actions/sccache-action@v0.0.9
196+
uses: mozilla-actions/sccache-action@v0.0.10
197197

198198
- name: Run cargo-machete
199-
uses: bnjbvr/cargo-machete@v0.9.1
199+
uses: bnjbvr/cargo-machete@v0.9.2
200200

201201
minimal-versions:
202202
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
@@ -224,7 +224,7 @@ jobs:
224224
uses: taiki-e/install-action@cargo-hack
225225

226226
- name: Run sccache-cache
227-
uses: mozilla-actions/sccache-action@v0.0.9
227+
uses: mozilla-actions/sccache-action@v0.0.10
228228

229229
- name: Run cargo check with minimal versions
230230
run: |

0 commit comments

Comments
 (0)