Skip to content

Commit 58e4501

Browse files
Bump actions/cache from 4 to 5 (#26)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dbfb16 commit 58e4501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache Composer packages
6262
id: composer-cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: vendor
6666
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Cache Composer packages
9999
id: composer-cache
100-
uses: actions/cache@v4
100+
uses: actions/cache@v5
101101
with:
102102
path: vendor
103103
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Cache Composer packages
129129
id: composer-cache
130-
uses: actions/cache@v4
130+
uses: actions/cache@v5
131131
with:
132132
path: vendor
133133
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)