Skip to content

Commit fec70e6

Browse files
⬆️ Bump actions/cache from 5.0.2 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.2...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba8052f commit fec70e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "::set-output name=dir::$(composer config cache-files-dir)"
3535
3636
- name: composer-cache
37-
uses: actions/cache@v5.0.2
37+
uses: actions/cache@v5.0.4
3838
with:
3939
path: ${{ steps.composercache.outputs.dir }}
4040
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -52,7 +52,7 @@ jobs:
5252
vendor/bin/simple-phpunit --no-coverage
5353
5454
- name: phpstan-cache
55-
uses: actions/cache@v5.0.2
55+
uses: actions/cache@v5.0.4
5656
with:
5757
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5858
path: .phpstan-cache

0 commit comments

Comments
 (0)