diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 568f9ef167..9d43d0d312 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -18,7 +18,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -40,7 +40,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -63,7 +63,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: target key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} @@ -115,7 +115,7 @@ jobs: profile: minimal components: clippy - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -138,7 +138,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -167,7 +167,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e46c342b73..4586bc7361 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 534a3cd789..5dc243bb6a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d34b0999c..0a80206820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: with: cmd: install - name: Cache yarn build - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | node_modules diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ff48c7bc57..779bd385f1 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.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -44,7 +44,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -67,7 +67,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: target key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} @@ -119,7 +119,7 @@ jobs: profile: minimal components: clippy - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -142,7 +142,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target @@ -171,7 +171,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | target diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index e6335adfd7..82789f1e86 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.6 + uses: actions/cache@v2.1.7 with: path: | ./boa/target diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index ca42a694e2..d0bda195f8 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.6 + uses: actions/cache@v2.1.7 with: path: | node_modules