Skip to content

Commit 9455bde

Browse files
authored
Merge pull request #331 from phpDocumentor/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2.1.7 to 3
2 parents dd9861e + 8e19dd6 commit 9455bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
key: ${{ env.key }}
8686

8787
- name: Cache extensions
88-
uses: actions/cache@v2.1.7
88+
uses: actions/cache@v3
8989
with:
9090
path: ${{ steps.cache-env.outputs.dir }}
9191
key: ${{ steps.cache-env.outputs.key }}
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- uses: actions/checkout@v3
126126
- name: Restore/cache vendor folder
127-
uses: actions/cache@v2.1.7
127+
uses: actions/cache@v3
128128
with:
129129
path: vendor
130130
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -183,7 +183,7 @@ jobs:
183183
key: ${{ env.key }}
184184

185185
- name: Cache extensions
186-
uses: actions/cache@v2.1.7
186+
uses: actions/cache@v3
187187
with:
188188
path: ${{ steps.cache-env.outputs.dir }}
189189
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)