Skip to content

Commit 5ad3bef

Browse files
build(deps): bump Swatinem/rust-cache from 1 to 2 (#4843)
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v1...v2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6aa345a commit 5ad3bef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
profile: minimal
2929
override: true
3030

31-
- uses: Swatinem/rust-cache@v1
31+
- uses: Swatinem/rust-cache@v2
3232

3333
- name: Run cargo check
3434
run: cargo check
@@ -49,7 +49,7 @@ jobs:
4949
profile: minimal
5050
override: true
5151

52-
- uses: Swatinem/rust-cache@v1
52+
- uses: Swatinem/rust-cache@v2
5353

5454
- name: Cache test tree-sitter grammar
5555
uses: actions/cache@v3
@@ -82,7 +82,7 @@ jobs:
8282
override: true
8383
components: rustfmt, clippy
8484

85-
- uses: Swatinem/rust-cache@v1
85+
- uses: Swatinem/rust-cache@v2
8686

8787
- name: Run cargo fmt
8888
run: cargo fmt --all -- --check
@@ -108,7 +108,7 @@ jobs:
108108
profile: minimal
109109
override: true
110110

111-
- uses: Swatinem/rust-cache@v1
111+
- uses: Swatinem/rust-cache@v2
112112

113113
- name: Generate docs
114114
run: cargo xtask docgen
@@ -133,7 +133,7 @@ jobs:
133133
profile: minimal
134134
override: true
135135

136-
- uses: Swatinem/rust-cache@v1
136+
- uses: Swatinem/rust-cache@v2
137137

138138
- name: Generate docs
139139
run: cargo xtask query-check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
profile: minimal
3232
override: true
3333

34-
- uses: Swatinem/rust-cache@v1
34+
- uses: Swatinem/rust-cache@v2
3535

3636
- name: Fetch tree-sitter grammars
3737
run: cargo run --package=helix-loader --bin=hx-loader

0 commit comments

Comments
 (0)