Skip to content

Commit 3afbdb6

Browse files
Bump actions/cache from 3.0.11 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v4.2.0) --- 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 094d1d1 commit 3afbdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
5252
coverage: pcov
5353

54-
- uses: actions/cache@v3.0.11
54+
- uses: actions/cache@v4.2.0
5555
name: Cache dependencies
5656
with:
5757
path: ~/.composer/cache/files

0 commit comments

Comments
 (0)