Skip to content

Commit

Permalink
action: use the same version rust-cache@v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed May 6, 2023
1 parent 0fb1495 commit 2964265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
ref: ${{ matrix.branch }}
- name: Cache cargo
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2.2.0
with:
target-dir: |
./target
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache cargo
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2.2.0
with:
target-dir: |
./target
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache cargo
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2.2.0
with:
target-dir: |
./target
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@v2.2.0
with:
cache-on-failure: true
shared-key: nydus-build-ubuntu-latest
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@v2.2.0
with:
cache-on-failure: true
shared-key: nydus-build-ubuntu-latest
Expand All @@ -619,7 +619,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@v2.2.0
with:
cache-on-failure: true
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 2964265

Please sign in to comment.