Skip to content

Commit b368072

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 622548b commit b368072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
key: ${{ env.key }}
8282

8383
- name: Cache extensions
84-
uses: actions/cache@v2.1.6
84+
uses: actions/cache@v2.1.7
8585
with:
8686
path: ${{ steps.cache-env.outputs.dir }}
8787
key: ${{ steps.cache-env.outputs.key }}
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@v2
121121
- name: Restore/cache vendor folder
122-
uses: actions/cache@v2.1.6
122+
uses: actions/cache@v2.1.7
123123
with:
124124
path: vendor
125125
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -178,7 +178,7 @@ jobs:
178178
key: ${{ env.key }}
179179

180180
- name: Cache extensions
181-
uses: actions/cache@v2.1.6
181+
uses: actions/cache@v2.1.7
182182
with:
183183
path: ${{ steps.cache-env.outputs.dir }}
184184
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)