Bump actions/cache from v2.1.4 to v2.1.5

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-01 05:54:16 +00:00
committed by GitHub
parent d96b6ac4ee
commit 7fb4384708
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@@ -99,7 +99,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}