From 8b961a08d1aa1eae9ba7e88199405bc87fb1ec66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:52:41 +0100 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 (#1207) 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/master.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/rust.yml | 12 ++++++------ .github/workflows/test262.yml | 2 +- .github/workflows/webassembly.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 86ab4ce137..e550fee6a7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -16,7 +16,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f6f14bada7..5dc0e6d34c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5e6a46bed9..8d17002fc6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target @@ -43,7 +43,7 @@ jobs: override: true profile: minimal - name: Cache cargo build - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: target key: ${{ runner.os }}-cargo-check-${{ hashFiles('**/Cargo.lock') }} @@ -78,7 +78,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target @@ -108,7 +108,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: target key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} @@ -160,7 +160,7 @@ jobs: profile: minimal components: clippy - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target @@ -183,7 +183,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | target diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index 843fc7dc16..685db6b10d 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -26,7 +26,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | ./boa/target diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index d913849ad3..729568eb71 100644 --- a/.github/workflows/webassembly.yml +++ b/.github/workflows/webassembly.yml @@ -33,7 +33,7 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Cache yarn build - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | node_modules