Skip to content

Commit 7b1a3bc

Browse files
Bump actions/cache from 3 to 4 (#34)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89a573f commit 7b1a3bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache Composer packages
2323
id: composer-cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: vendor
2727
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/style-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache Composer packages
2222
id: composer-cache
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-php-8.1-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)