We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ddd18 commit 4301e89Copy full SHA for 4301e89
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
shell: bash
60
61
- name: Cache Composer dependencies
62
- uses: actions/cache@v3
+ uses: actions/cache@v4
63
with:
64
path: ${{ steps.composer-cache.outputs.directory }}
65
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}
0 commit comments