Skip to content

Commit ea95a12

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 09d2ce6 commit ea95a12

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

8181
- name: Cache composer dependencies
82-
uses: actions/cache@v5
82+
uses: actions/cache@v6
8383
with:
8484
path: ${{ env.COMPOSER_CACHE }}
8585
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -142,7 +142,7 @@ jobs:
142142
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
143143

144144
- name: Cache composer dependencies
145-
uses: actions/cache@v5
145+
uses: actions/cache@v6
146146
with:
147147
path: ${{ env.COMPOSER_CACHE }}
148148
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
@@ -181,7 +181,7 @@ jobs:
181181
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
182182

183183
- name: Cache composer dependencies
184-
uses: actions/cache@v5
184+
uses: actions/cache@v6
185185
with:
186186
path: ${{ env.COMPOSER_CACHE }}
187187
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -236,7 +236,7 @@ jobs:
236236
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
237237

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

0 commit comments

Comments
 (0)