Skip to content

Commit 820dd2b

Browse files
chore(deps): 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] <[email protected]>
1 parent 98a9701 commit 820dd2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
3232

3333
- name: 'Share Composer cache across runs'
34-
uses: 'actions/cache@v4'
34+
uses: 'actions/cache@v5'
3535
with:
3636
path: '${{ steps.cachedir.outputs.path }}'
3737
key: "composer-${{ github.job }}-${{ hashFiles('**/composer.json') }}"
@@ -66,7 +66,7 @@ jobs:
6666
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
6767

6868
- name: 'Share Composer cache across runs'
69-
uses: 'actions/cache@v4'
69+
uses: 'actions/cache@v5'
7070
with:
7171
path: '${{ steps.cachedir.outputs.path }}'
7272
key: "composer-${{ github.job }}-${{ hashFiles('**/composer.json') }}"
@@ -111,7 +111,7 @@ jobs:
111111
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
112112

113113
- name: 'Share Composer cache across runs'
114-
uses: 'actions/cache@v4'
114+
uses: 'actions/cache@v5'
115115
with:
116116
path: '${{ steps.cachedir.outputs.path }}'
117117
key: "composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}"
@@ -160,7 +160,7 @@ jobs:
160160
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
161161

162162
- name: 'Share Composer cache across runs'
163-
uses: 'actions/cache@v4'
163+
uses: 'actions/cache@v5'
164164
with:
165165
path: '${{ steps.cachedir.outputs.path }}'
166166
key: "composer-lowest-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)