Skip to content

Commit 41d7a33

Browse files
ci: bump Swatinem/rust-cache from 2.7.3 to 2.7.5 in the gh-actions group
Bumps the gh-actions group with 1 update: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `Swatinem/rust-cache` from 2.7.3 to 2.7.5 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@23bce25...82a92a6) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83ad29b commit 41d7a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
targets: ${{ matrix.target }}
8383

8484
- name: Rust cache
85-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
85+
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
8686
with:
8787
key: build-${{ matrix.target }}-${{ needs.metadata.outputs.optimize-build }}-${{ matrix.cross }}-${{ matrix.os }}
8888

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- nightly
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
28+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
2929
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
3030
- run: cargo build --verbose
3131
- run: cargo test --verbose
@@ -34,6 +34,6 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
37+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
3838
- name: Run Clippy
3939
run: cargo clippy --all-targets --all-features -- -D clippy::all

0 commit comments

Comments
 (0)