Skip to content

Commit 38eaea2

Browse files
chore: bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#150)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [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.3...v2.7.5) --- 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 d4b3158 commit 38eaea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: dtolnay/rust-toolchain@stable
26-
- uses: Swatinem/[email protected].3
26+
- uses: Swatinem/[email protected].5
2727
- run: cargo check --no-default-features --features ${{ matrix.registry }},${{ matrix.http_client }}
2828
- run: cargo fmt --all --check
2929
- run: cargo clippy --no-default-features --features ${{ matrix.registry }},${{ matrix.http_client }} -- -D warnings
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
rm -f target/debug/deps/*.gcda
5151
rm -f target/debug/deps/*.gcno
52-
- uses: Swatinem/[email protected].3
52+
- uses: Swatinem/[email protected].5
5353
with:
5454
key: ${{ env.GRCOV_VERSION }}
5555
- run: cargo test --no-fail-fast --no-default-features --features ${{ matrix.all_registries }},${{ matrix.http_client }}
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v4
7171
- uses: dtolnay/rust-toolchain@stable
72-
- uses: Swatinem/[email protected].3
72+
- uses: Swatinem/[email protected].5
7373
- run: cargo install cargo-sort
7474
- run: cargo-sort --check
7575

0 commit comments

Comments
 (0)