Skip to content

Commit 0bbdeed

Browse files
Bump actions/cache from 5 to 6 (#286)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 884a9d8 commit 0bbdeed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- id: cache-key-generator
5050
run: echo "key=composer-${{ runner.os }}-${{ hashFiles('composer.lock') }}" >> $GITHUB_OUTPUT
5151

52-
- uses: actions/cache@v5
52+
- uses: actions/cache@v6
5353
with:
5454
path: |
5555
vendor
@@ -85,7 +85,7 @@ jobs:
8585
image: ghcr.io/spomky-labs/phpqa:8.4
8686
steps:
8787
- uses: actions/checkout@v7.0.0
88-
- uses: actions/cache@v5
88+
- uses: actions/cache@v6
8989
with:
9090
path: |
9191
vendor
@@ -101,7 +101,7 @@ jobs:
101101
image: ghcr.io/spomky-labs/phpqa:8.4
102102
steps:
103103
- uses: actions/checkout@v7.0.0
104-
- uses: actions/cache@v5
104+
- uses: actions/cache@v6
105105
with:
106106
path: |
107107
vendor
@@ -117,7 +117,7 @@ jobs:
117117
image: ghcr.io/spomky-labs/phpqa:8.4
118118
steps:
119119
- uses: actions/checkout@v7.0.0
120-
- uses: actions/cache@v5
120+
- uses: actions/cache@v6
121121
with:
122122
path: |
123123
vendor
@@ -156,7 +156,7 @@ jobs:
156156
image: ghcr.io/spomky-labs/phpqa:8.4
157157
steps:
158158
- uses: actions/checkout@v7.0.0
159-
- uses: actions/cache@v5
159+
- uses: actions/cache@v6
160160
with:
161161
path: |
162162
vendor

0 commit comments

Comments
 (0)