Skip to content

Commit 90d4355

Browse files
chore(deps): Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#17)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d71285f commit 90d4355

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.toolchain }}
5050
targets: ${{ matrix.target }}
5151
- name: Cache build artifacts
52-
uses: Swatinem/[email protected].5
52+
uses: Swatinem/[email protected].7
5353
with:
5454
key: ${{ matrix.target }}
5555
- name: Check a package
@@ -90,7 +90,7 @@ jobs:
9090
toolchain: ${{ matrix.toolchain }}
9191
targets: ${{ matrix.target }}
9292
- name: Cache build artifacts
93-
uses: Swatinem/[email protected].5
93+
uses: Swatinem/[email protected].7
9494
with:
9595
key: ${{ matrix.target }}
9696
- name: Run tests
@@ -108,7 +108,7 @@ jobs:
108108
toolchain: stable
109109
components: rustfmt
110110
- name: Cache build artifacts
111-
uses: Swatinem/[email protected].5
111+
uses: Swatinem/[email protected].7
112112
- name: Check code formatted
113113
run: cargo fmt -- --check
114114

@@ -124,7 +124,7 @@ jobs:
124124
toolchain: stable
125125
components: clippy
126126
- name: Cache build artifacts
127-
uses: Swatinem/[email protected].5
127+
uses: Swatinem/[email protected].7
128128
- name: Check no lint warnings
129129
run: cargo clippy -- -D warnings
130130

@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
toolchain: stable
141141
- name: Cache build artifacts
142-
uses: Swatinem/[email protected].5
142+
uses: Swatinem/[email protected].7
143143
- name: Check no `rustdoc` lint warnings
144144
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
145145

@@ -154,6 +154,6 @@ jobs:
154154
with:
155155
toolchain: nightly
156156
- name: Cache build artifacts
157-
uses: Swatinem/[email protected].5
157+
uses: Swatinem/[email protected].7
158158
- name: Run benchmarks
159159
run: cargo bench

0 commit comments

Comments
 (0)