Skip to content

Commit 902fe02

Browse files
Merge pull request #3 from codenamephp/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 56df6a6 + 7327cd1 commit 902fe02

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

0 commit comments

Comments
 (0)