summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-24 04:32:09 +0000
committerGitHub <noreply@github.com>2023-11-23 23:32:09 -0500
commit3a50d7622e2e776c792cb77e3d67f464e6e49868 (patch)
treeabc3e682a836d3cece5a06603aebc277e0cc833f
parentbbeb43ef779a8dcbc7ecbbbfef94d45af8fba0a4 (diff)
ci: update rust-cache to 2.7.0 (#1332)
-rw-r--r--.github/workflows/audit.yml2
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/coverage.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 4ef876d5..61542b3a 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -19,7 +19,7 @@ jobs:
toolchain: stable
- name: Enable Rust cache
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894 # 2.4.0
+ uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # 2.7.0
with:
cache-targets: false
cache-all-crates: true
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 44036b92..82b008da 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
target: ${{ matrix.info.target }}
- name: Enable Rust cache
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894 # 2.4.0
+ uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # 2.7.0
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
with:
key: ${{ matrix.info.target }}
@@ -251,7 +251,7 @@ jobs:
target: ${{ matrix.info.target }}
- name: Enable Rust cache
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894 # 2.4.0
+ uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # 2.7.0
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
with:
key: ${{ matrix.info.target }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index f1e6cd4b..e0f057bd 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -55,7 +55,7 @@ jobs:
toolchain: stable
- name: Enable Rust cache
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894 # 2.4.0
+ uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # 2.7.0
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
with:
key: ${{ matrix.info.target }}