Skip to content

Commit 29006df

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 816b388 commit 29006df

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') }}
@@ -141,7 +141,7 @@ jobs:
141141
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
142142

143143
- name: Cache composer dependencies
144-
uses: actions/cache@v5
144+
uses: actions/cache@v6
145145
with:
146146
path: ${{ env.COMPOSER_CACHE }}
147147
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -179,7 +179,7 @@ jobs:
179179
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
180180

181181
- name: Cache composer dependencies
182-
uses: actions/cache@v5
182+
uses: actions/cache@v6
183183
with:
184184
path: ${{ env.COMPOSER_CACHE }}
185185
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -234,7 +234,7 @@ jobs:
234234
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
235235

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

0 commit comments

Comments
 (0)