Skip to content

Commit b01944a

Browse files
Bump actions/cache from 4 to 5 (#774)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe53eac commit b01944a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=dir::$(composer config cache-files-dir)"
4545
4646
- name: composer-cache
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ${{ steps.composercache.outputs.dir }}
5050
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -61,7 +61,7 @@ jobs:
6161
run: "vendor/bin/phpunit"
6262

6363
- name: phpstan-cache
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6767
path: .phpstan-cache

0 commit comments

Comments
 (0)