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 01c97ea commit f6d13a5Copy full SHA for f6d13a5
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: echo "::set-output name=dir::$(composer config cache-dir)"
54
55
- name: Cache dependencies
56
- uses: actions/cache@v2
+ uses: actions/cache@v4
57
with:
58
path: ${{ steps.composer-cache.outputs.dir }}
59
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments