Skip to content

Commit ac9ec02

Browse files
authored
Merge pull request #231 from pbs-data-solutions/dependabot/github_actions/Swatinem/rust-cache-2.7.8
Bump Swatinem/rust-cache from 2.7.7 to 2.7.8
2 parents dd76d69 + 7d9cb0d commit ac9ec02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
- name: Cache dependencies
22-
uses: Swatinem/[email protected].7
22+
uses: Swatinem/[email protected].8
2323
- name: Run cargo clippy
2424
run: cargo clippy --all-targets -- --deny warnings
2525
fmt:
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3333
- name: Cache dependencies
34-
uses: Swatinem/[email protected].7
34+
uses: Swatinem/[email protected].8
3535
- name: Run cargo fmt
3636
run: cargo fmt --all -- --check
3737
test:
@@ -43,6 +43,6 @@ jobs:
4343
run: |
4444
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4545
- name: Cache dependencies
46-
uses: Swatinem/[email protected].7
46+
uses: Swatinem/[email protected].8
4747
- name: Run cargo test
4848
run: cargo test --locked

0 commit comments

Comments
 (0)