We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96eb067 commit 4d889aaCopy full SHA for 4d889aa
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Cache Composer packages
30
id: composer-cache
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
with:
33
path: ${{ steps.composer-cache-dir.outputs.dir }}
34
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments