Skip to content

Commit dca6d72

Browse files
committed
Test reducing cache retention
1 parent 050f302 commit dca6d72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
5050
restore-keys: |
5151
${{ runner.os }}-cargo-target-
52-
retention-days: 7
52+
retention-days: 1
5353

5454
- uses: actions-rust-lang/audit@v1
5555
name: Audit Rust Dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
5959
restore-keys: |
6060
${{ runner.os }}-cargo-target-
61-
retention-days: 7
61+
retention-days: 1
6262

6363
# Install Rust dependencies
6464
- name: Install dependencies

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
9898
restore-keys: |
9999
${{ runner.os }}-cargo-target-
100-
retention-days: 7
100+
retention-days: 1
101101

102102
- name: Run code coverage
103103
run: |

0 commit comments

Comments
 (0)