Skip to content

Commit dfa0015

Browse files
chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ec288f commit dfa0015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "::set-output name=dir::$(composer config cache-files-dir)"
4343
4444
- name: composer-cache
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ${{ steps.composercache.outputs.dir }}
4848
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -59,7 +59,7 @@ jobs:
5959
run: "vendor/bin/phpunit"
6060

6161
- name: phpstan-cache
62-
uses: actions/cache@v5
62+
uses: actions/cache@v6
6363
with:
6464
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6565
path: .phpstan-cache

0 commit comments

Comments
 (0)