Skip to content

Commit 2a28650

Browse files
authored
Merge pull request #139 from pbs-data-solutions/dependabot/github_actions/Swatinem/rust-cache-2.8.0
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0
2 parents ecb4de0 + 668b50b commit 2a28650

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/rust-cache@v2.7.8
23+
uses: Swatinem/rust-cache@v2.8.0
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/rust-cache@v2.7.8
35+
uses: Swatinem/rust-cache@v2.8.0
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/rust-cache@v2.7.8
47+
uses: Swatinem/rust-cache@v2.8.0
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/rust-cache@v2.7.8
59+
uses: Swatinem/rust-cache@v2.8.0
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/rust-cache@v2.7.8
75+
uses: Swatinem/rust-cache@v2.8.0
7676
- name: Run cargo test
7777
run: cargo test --locked

0 commit comments

Comments
 (0)