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