Skip to content

Commit c7987af

Browse files
build(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.3
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.3. - [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.0...v2.7.3) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8378ae commit c7987af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
components: clippy,rustfmt
1515

1616
- name: Rust Cache
17-
uses: Swatinem/[email protected].0
17+
uses: Swatinem/[email protected].3
1818

1919
- name: Build | Clippy
2020
uses: actions-rs/cargo@v1
@@ -37,7 +37,7 @@ jobs:
3737
targets: wasm32-unknown-unknown
3838

3939
- name: Rust Cache
40-
uses: Swatinem/[email protected].0
40+
uses: Swatinem/[email protected].3
4141

4242
- name: Build | Check (native)
4343
run: cargo check --all
@@ -61,7 +61,7 @@ jobs:
6161
uses: jetli/[email protected]
6262

6363
- name: Rust Cache
64-
uses: Swatinem/[email protected].0
64+
uses: Swatinem/[email protected].3
6565

6666
- name: Build | Test (native)
6767
run: cargo test --all

0 commit comments

Comments
 (0)