Skip to content

Commit 202238d

Browse files
⬆️ Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c0d78e commit 202238d

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/[email protected].3
39+
uses: actions/[email protected].4
4040
with:
4141
path: ${{ steps.composercache.outputs.dir }}
4242
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -54,7 +54,7 @@ jobs:
5454
vendor/bin/simple-phpunit --no-coverage
5555
5656
- name: phpstan-cache
57-
uses: actions/[email protected].3
57+
uses: actions/[email protected].4
5858
with:
5959
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6060
path: .phpstan-cache

0 commit comments

Comments
 (0)