Skip to content

Commit e5d5fb1

Browse files
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](actions/cache@v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ece0c41 commit e5d5fb1

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
@@ -80,7 +80,7 @@ jobs:
8080
key: ${{ env.key }}
8181

8282
- name: Cache extensions
83-
uses: actions/[email protected].4
83+
uses: actions/[email protected].6
8484
with:
8585
path: ${{ steps.cache-env.outputs.dir }}
8686
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/[email protected].4
122+
uses: actions/[email protected].6
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/[email protected].4
181+
uses: actions/[email protected].6
182182
with:
183183
path: ${{ steps.cache-env.outputs.dir }}
184184
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)