Skip to content

Commit 2a0962a

Browse files
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8e84e0 commit 2a0962a

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.7
94+
uses: actions/cache@v3
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@v3
132132
- name: Restore/cache vendor folder
133-
uses: actions/cache@v2.1.7
133+
uses: actions/cache@v3
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.7
192+
uses: actions/cache@v3
193193
with:
194194
path: ${{ steps.cache-env.outputs.dir }}
195195
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)