Skip to content

Commit 480bc74

Browse files
chore(deps): Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#143)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.5...v2.7.7) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 274b972 commit 480bc74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: ${{ matrix.toolchain }}
5353
targets: ${{ matrix.target }}
5454
- name: Cache build artifacts
55-
uses: Swatinem/rust-cache@v2.7.5
55+
uses: Swatinem/rust-cache@v2.7.7
5656
with:
5757
key: ${{ matrix.target }}
5858
- name: Check a package
@@ -104,7 +104,7 @@ jobs:
104104
toolchain: ${{ matrix.toolchain }}
105105
targets: ${{ matrix.target }}
106106
- name: Cache build artifacts
107-
uses: Swatinem/rust-cache@v2.7.5
107+
uses: Swatinem/rust-cache@v2.7.7
108108
with:
109109
key: ${{ matrix.target }}
110110
- name: Run tests
@@ -130,7 +130,7 @@ jobs:
130130
toolchain: stable
131131
components: rustfmt
132132
- name: Cache build artifacts
133-
uses: Swatinem/rust-cache@v2.7.5
133+
uses: Swatinem/rust-cache@v2.7.7
134134
- name: Check code formatted
135135
run: cargo fmt -- --check
136136

@@ -146,7 +146,7 @@ jobs:
146146
toolchain: stable
147147
components: clippy
148148
- name: Cache build artifacts
149-
uses: Swatinem/rust-cache@v2.7.5
149+
uses: Swatinem/rust-cache@v2.7.7
150150
- name: Check no lint warnings
151151
run: cargo clippy -- -D warnings
152152
- name: Check no lint warnings (no default features)
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
toolchain: stable
165165
- name: Cache build artifacts
166-
uses: Swatinem/rust-cache@v2.7.5
166+
uses: Swatinem/rust-cache@v2.7.7
167167
- name: Check no `rustdoc` lint warnings
168168
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
169169

@@ -178,6 +178,6 @@ jobs:
178178
with:
179179
toolchain: nightly
180180
- name: Cache build artifacts
181-
uses: Swatinem/rust-cache@v2.7.5
181+
uses: Swatinem/rust-cache@v2.7.7
182182
- name: Run benchmarks
183183
run: cargo bench

0 commit comments

Comments
 (0)