Skip to content

Commit c86fd91

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 2c41ab7 commit c86fd91

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
@@ -87,7 +87,7 @@ jobs:
8787
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
8888
8989
- name: Cache composer dependencies
90-
uses: actions/cache@v5
90+
uses: actions/cache@v6
9191
with:
9292
path: ${{ env.COMPOSER_CACHE }}
9393
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -159,7 +159,7 @@ jobs:
159159
echo COMPOSER_ROOT_VERSION="$ROOT_VERSION" >> "$GITHUB_ENV"
160160
161161
- name: Cache composer dependencies
162-
uses: actions/cache@v5
162+
uses: actions/cache@v6
163163
with:
164164
path: ${{ env.COMPOSER_CACHE }}
165165
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
@@ -206,7 +206,7 @@ jobs:
206206
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
207207
208208
- name: Cache composer dependencies
209-
uses: actions/cache@v5
209+
uses: actions/cache@v6
210210
with:
211211
path: ${{ env.COMPOSER_CACHE }}
212212
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -269,7 +269,7 @@ jobs:
269269
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
270270
271271
- name: Cache composer dependencies
272-
uses: actions/cache@v5
272+
uses: actions/cache@v6
273273
with:
274274
path: ${{ env.COMPOSER_CACHE }}
275275
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)