Skip to content

Commit d5e9243

Browse files
Bump actions/cache from 3.0.5 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.5...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5380cce commit d5e9243

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
@@ -45,7 +45,7 @@ jobs:
4545
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
4646
coverage: pcov
4747

48-
- uses: actions/cache@v3.0.5
48+
- uses: actions/cache@v5.0.3
4949
name: Cache dependencies
5050
with:
5151
path: ~/.composer/cache/files

0 commit comments

Comments
 (0)