From 1702940664f2223080ee3b22f782e5a03eb0bc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 14:32:43 +0200 Subject: [PATCH] build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#2050) 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](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04ada7233c60..ecf839d690cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }} @@ -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') }} @@ -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') }} @@ -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') }}