From dca6d723290fa750796be956554bbeefc2d8a14d Mon Sep 17 00:00:00 2001 From: casibbald Date: Sun, 5 Jan 2025 20:39:00 +0200 Subject: [PATCH] Test reducing cache retention --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/scan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 59502eb..ce6fa05 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -49,7 +49,7 @@ jobs: key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-target- - retention-days: 7 + retention-days: 1 - uses: actions-rust-lang/audit@v1 name: Audit Rust Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 480af5f..e251474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-target- - retention-days: 7 + retention-days: 1 # Install Rust dependencies - name: Install dependencies diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 2585a0e..23f4d56 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -97,7 +97,7 @@ jobs: key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-target- - retention-days: 7 + retention-days: 1 - name: Run code coverage run: |