Skip to content

Commit 96b83bf

Browse files
Bump actions/cache from 3.2.3 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 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.2.3...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 643cec3 commit 96b83bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4848

4949
- name: Cache Composer packages
50-
uses: actions/cache@v3.2.3
50+
uses: actions/cache@v4.2.0
5151
with:
5252
path: ${{ steps.composer-cache.outputs.dir }}
5353
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

.github/workflows/phpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2828

2929
- name: Cache Composer packages
30-
uses: actions/cache@v3.2.3
30+
uses: actions/cache@v4.2.0
3131
with:
3232
path: ${{ steps.composer-cache.outputs.dir }}
3333
key: ${{ runner.os }}-php-7.4-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)