We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad3bcd0 + b5c6245 commit 779b6a8Copy full SHA for 779b6a8
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
id: composercache
26
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
27
28
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
29
with:
30
path: ${{ steps.composercache.outputs.dir }}
31
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments