Skip to content

Commit 268a9f9

Browse files
Merge pull request #14 from codenamephp/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents a3fcf13 + ec82b67 commit 268a9f9

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
@@ -40,7 +40,7 @@ jobs:
4040
id: composer-cache
4141
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4242
- name: Setup cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-

0 commit comments

Comments
 (0)