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 4a0d6b3 commit 2b12884Copy full SHA for 2b12884
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
31
32
- name: Cache Composer dependencies
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: ${{ steps.composercache.outputs.dir }}
36
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments