Skip to content

Commit 2d723a7

Browse files
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d15539 commit 2d723a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "::set-output name=dir::$(composer config cache-files-dir)"
3737
3838
- name: composer-cache
39-
uses: actions/cache@v4.2.4
39+
uses: actions/cache@v4.3.0
4040
with:
4141
path: ${{ steps.composercache.outputs.dir }}
4242
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -58,7 +58,7 @@ jobs:
5858
vendor/bin/phpunit --no-coverage
5959
6060
- name: phpstan-cache
61-
uses: actions/cache@v4.2.4
61+
uses: actions/cache@v4.3.0
6262
with:
6363
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6464
path: .phpstan-cache

0 commit comments

Comments
 (0)