We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d14b0 commit 240094fCopy full SHA for 240094f
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Cache Composer dependencies
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: /tmp/composer-cache
21
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments