Skip to content

Commit faefda6

Browse files
chore(deps): bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#288)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@779680d...c193711) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe49a28 commit faefda6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Install rust-toolchain.toml"
3131
run: rustup toolchain install
3232
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
33-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
33+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
3434

3535
# Install memtrack for the memory integration tests
3636
- name: Install dependencies required for libbpf-sys (vendored feature)
@@ -63,7 +63,7 @@ jobs:
6363
- name: "Install rust-toolchain.toml"
6464
run: rustup toolchain install
6565
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
66-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
66+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6767
- name: Run tests
6868
run: cargo run -- exec -m simulation,walltime,memory --skip-upload -- ls -la
6969

@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: "Install rust-toolchain.toml"
102102
run: rustup toolchain install
103-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
103+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
104104
- name: Install cargo codspeed
105105
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2
106106
with:

0 commit comments

Comments
 (0)