Skip to content

Commit afb42cf

Browse files
Bump Swatinem/rust-cache from 2.8.0 to 2.8.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 to 2.8.1. - [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.8.0...v2.8.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1551b89 commit afb42cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2222
- name: Cache dependencies
23-
uses: Swatinem/[email protected].0
23+
uses: Swatinem/[email protected].1
2424
- name: Run cargo clippy
2525
run: cargo clippy --all-targets --all-features -- --deny warnings
2626
clippy-python:
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3434
- name: Cache dependencies
35-
uses: Swatinem/[email protected].0
35+
uses: Swatinem/[email protected].1
3636
- name: Run cargo clippy
3737
run: cargo clippy --all-targets -F python -- --deny warnings
3838
fmt:
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4646
- name: Cache dependencies
47-
uses: Swatinem/[email protected].0
47+
uses: Swatinem/[email protected].1
4848
- name: Run cargo fmt
4949
run: cargo fmt --all -- --check
5050
check-python:
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5858
- name: Cache dependencies
59-
uses: Swatinem/[email protected].0
59+
uses: Swatinem/[email protected].1
6060
- name: Run cargo fmt
6161
run: cargo check --all-targets -F python
6262
test:
@@ -72,6 +72,6 @@ jobs:
7272
run: |
7373
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7474
- name: Cache dependencies
75-
uses: Swatinem/[email protected].0
75+
uses: Swatinem/[email protected].1
7676
- name: Run cargo test
7777
run: cargo test --locked

0 commit comments

Comments
 (0)