Skip to content

Commit 9115f26

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 8ce59e9 commit 9115f26

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
@@ -77,7 +77,7 @@ jobs:
7777
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7878

7979
- name: Cache composer dependencies
80-
uses: actions/cache@v5
80+
uses: actions/cache@v6
8181
with:
8282
path: ${{ env.COMPOSER_CACHE }}
8383
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') }}
@@ -176,7 +176,7 @@ jobs:
176176
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
177177

178178
- name: Cache composer dependencies
179-
uses: actions/cache@v5
179+
uses: actions/cache@v6
180180
with:
181181
path: ${{ env.COMPOSER_CACHE }}
182182
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -219,7 +219,7 @@ jobs:
219219
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
220220

221221
- name: Cache composer dependencies
222-
uses: actions/cache@v5
222+
uses: actions/cache@v6
223223
with:
224224
path: ${{ env.COMPOSER_CACHE }}
225225
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)