mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
Bump actions/cache from v2 to v2.1.4 (#1949)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c897df3f34
commit
ba77c49de7
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -20,13 +20,13 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache CARGO_HOME
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: cargo-home-${{ hashFiles('Cargo.toml') }}
|
||||
|
||||
- name: Cache cargo build
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: target
|
||||
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
|
||||
@ -71,13 +71,13 @@ jobs:
|
||||
run: apt-get install -y cmake
|
||||
|
||||
- name: Cache CARGO_HOME
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: cargo-home-${{ hashFiles('Cargo.toml') }}
|
||||
|
||||
- name: Cache cargo build
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: target
|
||||
key: wasm-cargo-build-target-${{ hashFiles('Cargo.toml') }}
|
||||
@ -123,13 +123,13 @@ jobs:
|
||||
components: clippy
|
||||
|
||||
- name: Cache CARGO_HOME
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: cargo-home-${{ hashFiles('Cargo.toml') }}
|
||||
|
||||
- name: Cache cargo build
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: target
|
||||
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
|
||||
@ -158,13 +158,13 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Cache CARGO_HOME
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: cargo-home-${{ hashFiles('Cargo.toml') }}
|
||||
|
||||
- name: Cache cargo build
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: target
|
||||
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
|
||||
@ -190,13 +190,13 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache CARGO_HOME
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: cargo-home-${{ hashFiles('Cargo.toml') }}
|
||||
|
||||
- name: Cache cargo build
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: target
|
||||
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user