Skip to content

Commit b8582d7

Browse files
authored
Merge pull request #67 from cbws/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d58ea52 + a80fdd2 commit b8582d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ env.key }}
3434

3535
- name: Cache extensions
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ${{ steps.extcache.outputs.dir }}
3939
key: ${{ steps.extcache.outputs.key }}
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Cache Composer packages
5151
id: composer-cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: vendor
5555
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)