We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5348c8c commit da59ae9Copy full SHA for da59ae9
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: 'echo "::set-output name=directory::$(composer config cache-dir)"'
32
33
- name: "Cache dependencies installed with composer"
34
- uses: "actions/cache@v3.3.2"
+ uses: "actions/cache@v4.0.2"
35
with:
36
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
37
key: "php-${{ matrix.php-version }}-composer-cache"
0 commit comments