Skip to content

Commit 87032ea

Browse files
Bump actions/cache from 3.0.5 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.5...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94338fc commit 87032ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
4444
coverage: pcov
4545

46-
- uses: actions/cache@v3.0.5
46+
- uses: actions/cache@v4.2.4
4747
name: Cache dependencies
4848
with:
4949
path: ~/.composer/cache/files

0 commit comments

Comments
 (0)