Skip to content

Commit 67bed54

Browse files
Bump actions/cache in the all-actions group across 1 directory
Bumps the all-actions group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28c619f commit 67bed54

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

6666
- name: Cache composer dependencies
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: $COMPOSER_CACHE
7070
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -130,7 +130,7 @@ jobs:
130130
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
131131

132132
- name: Cache composer dependencies
133-
uses: actions/cache@v3
133+
uses: actions/cache@v4
134134
with:
135135
path: $COMPOSER_CACHE
136136
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -186,7 +186,7 @@ jobs:
186186
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
187187

188188
- name: Cache composer dependencies
189-
uses: actions/cache@v3
189+
uses: actions/cache@v4
190190
with:
191191
path: $COMPOSER_CACHE
192192
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -248,7 +248,7 @@ jobs:
248248
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
249249

250250
- name: Cache composer dependencies
251-
uses: actions/cache@v3
251+
uses: actions/cache@v4
252252
with:
253253
path: $COMPOSER_CACHE
254254
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)