Skip to content

Commit cb0fe78

Browse files
Update Swatinem/rust-cache action to v2.7.7
1 parent eabcbfb commit cb0fe78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ steps.toolchain.outputs.toolchain }}
5050
targets: ${{ matrix.target }}
5151

52-
- uses: Swatinem/rust-cache@v2.7.5
52+
- uses: Swatinem/rust-cache@v2.7.7
5353

5454
- name: install cargo-about
5555
run: |
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
toolchain: ${{ steps.toolchain.outputs.toolchain }}
9090

91-
- uses: Swatinem/rust-cache@v2.7.5
91+
- uses: Swatinem/rust-cache@v2.7.7
9292

9393
- name: install cargo-about
9494
run: |

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
components: clippy, rustfmt
3737

3838
- name: cache dependencies
39-
uses: Swatinem/rust-cache@v2.7.5
39+
uses: Swatinem/rust-cache@v2.7.7
4040

4141
- name: install cargo-about
4242
run: |

0 commit comments

Comments
 (0)