Skip to content

Commit 8da372b

Browse files
dependabot[bot]homersimpsons
authored andcommitted
⬆️ Bump actions/cache from 4.0.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d759f9 commit 8da372b

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
@@ -35,7 +35,7 @@ jobs:
3535
echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
3737
- name: composer-cache
38-
uses: actions/cache@v4.0.2
38+
uses: actions/cache@v4.2.3
3939
with:
4040
path: ${{ steps.composercache.outputs.dir }}
4141
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -53,7 +53,7 @@ jobs:
5353
vendor/bin/simple-phpunit --no-coverage
5454
5555
- name: phpstan-cache
56-
uses: actions/cache@v4.0.2
56+
uses: actions/cache@v4.2.3
5757
with:
5858
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5959
path: .phpstan-cache

0 commit comments

Comments
 (0)