Skip to content

Commit f9d7d96

Browse files
Bump actions/cache from 4 to 5 (#980)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fcd2e2 commit f9d7d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
9999

100100
- name: Cache composer dependencies
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: ${{ steps.composer-cache.outputs.dir }}
104104
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
@@ -176,7 +176,7 @@ jobs:
176176
key: ${{ steps.key-date.outputs.date }}
177177

178178
- name: Cache PHP extensions
179-
uses: actions/cache@v4
179+
uses: actions/cache@v5
180180
with:
181181
path: ${{ steps.php-ext-cache.outputs.dir }}
182182
key: ${{ runner.os }}-php-ext-${{ steps.php-ext-cache.outputs.key }}
@@ -204,7 +204,7 @@ jobs:
204204
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
205205

206206
- name: Cache composer dependencies
207-
uses: actions/cache@v4
207+
uses: actions/cache@v5
208208
with:
209209
path: ${{ steps.composer-cache.outputs.dir }}
210210
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}

0 commit comments

Comments
 (0)