Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 80c8416 commit 27a78f6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cli.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downloader.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint-config-dreamnet-nuxtjs.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint-config-dreamnet.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logplease.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mnemonic.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/queue.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readableid.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/settings-loader.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: 📦 Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: monorepo-cache
with:
Expand Down

0 comments on commit 27a78f6

Please sign in to comment.