Skip to content

Commit da59ae9

Browse files
Bump actions/cache from 3.3.2 to 4.0.2 (#605)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5348c8c commit da59ae9

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
@@ -31,7 +31,7 @@ jobs:
3131
run: 'echo "::set-output name=directory::$(composer config cache-dir)"'
3232

3333
- name: "Cache dependencies installed with composer"
34-
uses: "actions/cache@v3.3.2"
34+
uses: "actions/cache@v4.0.2"
3535
with:
3636
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
3737
key: "php-${{ matrix.php-version }}-composer-cache"

0 commit comments

Comments
 (0)