Browse Source

Bump actions/cache from 2.1.6 to 2.1.7 (#1720)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v2.1.7</h2>
<p>Support 10GB cache upload using the latest version <code>1.0.8</code> of <a href="https://www.npmjs.com/package/@actions/cache"><code>@actions/cache</code> </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="937d244753"><code>937d244</code></a> bumping up action version to 2.1.7 (<a href="https://github-redirect.dependabot.com/actions/cache/issues/683">#683</a>)</li>
<li><a href="eb0698d1c5"><code>eb0698d</code></a> Bumping up <code>@​actions/cache</code> version to 1.0.8 (<a href="https://github-redirect.dependabot.com/actions/cache/issues/682">#682</a>)</li>
<li><a href="67b6d52d50"><code>67b6d52</code></a> (R renv) Remove unused renv-cache-path variable (<a href="https://github-redirect.dependabot.com/actions/cache/issues/663">#663</a>)</li>
<li><a href="92f67a4829"><code>92f67a4</code></a> (R renv) Fix Renv package cache location in examples (<a href="https://github-redirect.dependabot.com/actions/cache/issues/660">#660</a>)</li>
<li><a href="6bbe742add"><code>6bbe742</code></a> Use existing check-dist implementation (<a href="https://github-redirect.dependabot.com/actions/cache/issues/618">#618</a>)</li>
<li><a href="c9db520cf3"><code>c9db520</code></a> Create check-dist.yml (<a href="https://github-redirect.dependabot.com/actions/cache/issues/604">#604</a>)</li>
<li><a href="10906ba9cd"><code>10906ba</code></a> Bump ws from 5.2.2 to 5.2.3 (<a href="https://github-redirect.dependabot.com/actions/cache/issues/610">#610</a>)</li>
<li><a href="2ebdcff279"><code>2ebdcff</code></a> Add &quot;see more&quot; link to GHE-not-supported warning (<a href="https://github-redirect.dependabot.com/actions/cache/issues/609">#609</a>)</li>
<li><a href="5807af2642"><code>5807af2</code></a> Fix bugs in example of how to use with pipenv (<a href="https://github-redirect.dependabot.com/actions/cache/issues/607">#607</a>)</li>
<li><a href="0638051e9a"><code>0638051</code></a> Golang example tweak - add <code>go-build</code> path - rebuild page TOC (<a href="https://github-redirect.dependabot.com/actions/cache/issues/577">#577</a>)</li>
<li>See full diff in <a href="https://github.com/actions/cache/compare/v2.1.6...v2.1.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=2.1.6&new-version=2.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/1721/head
dependabot[bot] 3 years ago
parent
commit
847d9c10df
  1. 12
      .github/workflows/bors.yml
  2. 2
      .github/workflows/master.yml
  3. 2
      .github/workflows/pull_request.yml
  4. 2
      .github/workflows/release.yml
  5. 12
      .github/workflows/rust.yml
  6. 2
      .github/workflows/test262.yml
  7. 2
      .github/workflows/webassembly.yml

12
.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

2
.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

2
.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

2
.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

12
.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

2
.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

2
.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

Loading…
Cancel
Save