We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba27e5 commit af80b2bCopy full SHA for af80b2b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
id: composercache
21
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
22
- name: Cache composer dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ${{ steps.composercache.outputs.dir }}
26
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments