Bump actions/cache from 2.1.4 to 2.1.6

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2021-08-08 20:16:22 +00:00
committed by GitHub
parent ece0c41d6d
commit e5d5fb1aa2
+3 -3
View File
@@ -80,7 +80,7 @@ jobs:
key: ${{ env.key }}
- name: Cache extensions
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}
@@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Restore/cache vendor folder
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: vendor
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -178,7 +178,7 @@ jobs:
key: ${{ env.key }}
- name: Cache extensions
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}