Skip to content

Commit

Permalink
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#2050)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2021
1 parent 05aa794 commit 807ce10
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v2

- name: Cache CARGO_HOME
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cargo
key: cargo-home-${{ hashFiles('Cargo.toml') }}

- name: Cache cargo build
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: target
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
Expand Down Expand Up @@ -81,13 +81,13 @@ jobs:
run: apt-get install -y cmake

- name: Cache CARGO_HOME
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cargo
key: cargo-home-${{ hashFiles('Cargo.toml') }}

- name: Cache cargo build
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: target
key: wasm-cargo-build-target-${{ hashFiles('Cargo.toml') }}
Expand Down Expand Up @@ -138,13 +138,13 @@ jobs:
components: clippy

- name: Cache CARGO_HOME
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cargo
key: cargo-home-${{ hashFiles('Cargo.toml') }}

- name: Cache cargo build
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: target
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
Expand All @@ -170,13 +170,13 @@ jobs:
- uses: actions/checkout@v2

- name: Cache CARGO_HOME
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cargo
key: cargo-home-${{ hashFiles('Cargo.toml') }}

- name: Cache cargo build
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: target
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
Expand Down

0 comments on commit 807ce10

Please sign in to comment.