Skip to content

Commit f5c2442

Browse files
Merge pull request #10 from codenamephp/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents c11e887 + c3d5383 commit f5c2442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: ${{ steps.composer-cache.outputs.dir }}
5454
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-

0 commit comments

Comments
 (0)