Skip to content

Commit c5ac781

Browse files
authored
Merge pull request #277 from phpDocumentor/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.4 to 2.1.6
2 parents 79d2777 + e5d5fb1 commit c5ac781

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)