Skip to content

Commit eb6fa81

Browse files
chore(deps): Bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Bumps [Swatinem/rust-cache](https://github.com/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@v2.7.5...v2.7.7) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b47066d commit eb6fa81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
tool: cross
7272
- name: Cache build artifacts
73-
uses: Swatinem/rust-cache@v2.7.5
73+
uses: Swatinem/rust-cache@v2.7.7
7474
with:
7575
key: ${{ matrix.target }}
7676
- name: Setup Ruby

.github/workflows/CI.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.toolchain }}
5050
targets: ${{ matrix.target }}
5151
- name: Cache build artifacts
52-
uses: Swatinem/rust-cache@v2.7.5
52+
uses: Swatinem/rust-cache@v2.7.7
5353
with:
5454
key: ${{ matrix.target }}
5555
- name: Check a package
@@ -97,7 +97,7 @@ jobs:
9797
toolchain: ${{ matrix.toolchain }}
9898
targets: ${{ matrix.target }}
9999
- name: Cache build artifacts
100-
uses: Swatinem/rust-cache@v2.7.5
100+
uses: Swatinem/rust-cache@v2.7.7
101101
with:
102102
key: ${{ matrix.target }}
103103
- name: Run tests
@@ -117,7 +117,7 @@ jobs:
117117
toolchain: stable
118118
components: rustfmt
119119
- name: Cache build artifacts
120-
uses: Swatinem/rust-cache@v2.7.5
120+
uses: Swatinem/rust-cache@v2.7.7
121121
- name: Check code formatted
122122
run: cargo fmt -- --check
123123

@@ -133,7 +133,7 @@ jobs:
133133
toolchain: stable
134134
components: clippy
135135
- name: Cache build artifacts
136-
uses: Swatinem/rust-cache@v2.7.5
136+
uses: Swatinem/rust-cache@v2.7.7
137137
- name: Check no lint warnings
138138
run: cargo clippy -- -D warnings
139139
- name: Check no lint warnings (no default features)

0 commit comments

Comments
 (0)