Skip to content

Commit 98cb899

Browse files
Bump actions/cache from 4 to 5
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>
1 parent 72e70c2 commit 98cb899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7171

7272
- name: Configure Composer cache
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -206,7 +206,7 @@ jobs:
206206
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
207207

208208
- name: Configure Composer cache
209-
uses: actions/cache@v4
209+
uses: actions/cache@v5
210210
with:
211211
path: ${{ steps.composer-cache.outputs.dir }}
212212
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -246,7 +246,7 @@ jobs:
246246
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
247247

248248
- name: Configure Composer cache
249-
uses: actions/cache@v4
249+
uses: actions/cache@v5
250250
with:
251251
path: ${{ steps.composer-cache.outputs.dir }}
252252
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)