Skip to content

Commit 21481a5

Browse files
authored
Merge pull request #311 from phpDocumentor/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 0535106 + b368072 commit 21481a5

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
@@ -91,7 +91,7 @@ jobs:
9191
key: ${{ env.key }}
9292

9393
- name: Cache extensions
94-
uses: actions/cache@v2.1.6
94+
uses: actions/cache@v2.1.7
9595
with:
9696
path: ${{ steps.cache-env.outputs.dir }}
9797
key: ${{ steps.cache-env.outputs.key }}
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v2
132132
- name: Restore/cache vendor folder
133-
uses: actions/cache@v2.1.6
133+
uses: actions/cache@v2.1.7
134134
with:
135135
path: vendor
136136
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -189,7 +189,7 @@ jobs:
189189
key: ${{ env.key }}
190190

191191
- name: Cache extensions
192-
uses: actions/cache@v2.1.6
192+
uses: actions/cache@v2.1.7
193193
with:
194194
path: ${{ steps.cache-env.outputs.dir }}
195195
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)