Skip to content

Commit d500014

Browse files
Merge pull request #8 from codenamephp/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 0906887 + 8414744 commit d500014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: composer-cache
4949
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5050
- name: Setup cache
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ${{ steps.composer-cache.outputs.dir }}
5454
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-

0 commit comments

Comments
 (0)