Skip to content

Commit 5f70204

Browse files
Bump the ci-dependencies group across 1 directory with 2 updates
Bumps the ci-dependencies group with 2 updates in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `dtolnay/rust-toolchain` from 7b1c307e0dcbda6122208f10795a713336a9b35a to c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@7b1c307...c5a29dd) Updates `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@82a92a6...f0deed1) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: ci-dependencies - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6633d4 commit 5f70204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
run: npm ci
2828
working-directory: frontend
2929
- name: Install rust toolchain
30-
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
30+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
3131
with:
3232
toolchain: "stable"
3333
- name: Rust cache
34-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
34+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
3535
with:
3636
shared-key: "check"
3737
cache-all-crates: true # Also cache taplo-cli

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
run: npm ci
2424
working-directory: frontend
2525
- name: Install toolchain
26-
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
26+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
2727
with:
2828
toolchain: "stable"
2929
- name: Rust cache
30-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
30+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
3131
with:
3232
shared-key: "build"
3333
- name: Download db-dump

0 commit comments

Comments
 (0)