Skip to content

Commit bb3bb17

Browse files
Bump actions/cache from 5 to 6 in the all-actions group
Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a3c94d commit bb3bb17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7777

7878
- name: Cache composer dependencies
79-
uses: actions/cache@v5
79+
uses: actions/cache@v6
8080
with:
8181
path: ${{ env.COMPOSER_CACHE }}
8282
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -139,7 +139,7 @@ jobs:
139139
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
140140

141141
- name: Cache composer dependencies
142-
uses: actions/cache@v5
142+
uses: actions/cache@v6
143143
with:
144144
path: ${{ env.COMPOSER_CACHE }}
145145
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -177,7 +177,7 @@ jobs:
177177
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
178178

179179
- name: Cache composer dependencies
180-
uses: actions/cache@v5
180+
uses: actions/cache@v6
181181
with:
182182
path: ${{ env.COMPOSER_CACHE }}
183183
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -232,7 +232,7 @@ jobs:
232232
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
233233

234234
- name: Cache composer dependencies
235-
uses: actions/cache@v5
235+
uses: actions/cache@v6
236236
with:
237237
path: ${{ env.COMPOSER_CACHE }}
238238
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)