Skip to content

Commit 8f953bf

Browse files
build(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 990b7a1 commit 8f953bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/actions/setup-php-composer
2323

2424
- name: Cache phpstan results
25-
uses: actions/cache@v5
25+
uses: actions/cache@v6
2626
with:
2727
path: .phpstan-cache
2828
key: "result-cache-${{ github.run_id }}" # always write a new cache
@@ -54,15 +54,15 @@ jobs:
5454
uses: ./.github/actions/setup-php-composer
5555

5656
- name: Cache rector results
57-
uses: actions/cache@v5
57+
uses: actions/cache@v6
5858
with:
5959
path: /tmp/rector
6060
key: "rector-cache-${{ github.run_id }}" # always write a new cache
6161
restore-keys: |
6262
rector-cache-
6363
6464
- name: Cache ecs results
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: /tmp/ecs
6868
key: "ecs-cache-${{ github.run_id }}" # always write a new cache

0 commit comments

Comments
 (0)