We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa1c007 + c7551b5 commit 672cc16Copy full SHA for 672cc16
1 file changed
.github/workflows/test-integration.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Cache Composer packages
28
id: composer-cache
29
- uses: actions/cache@v4
+ uses: actions/cache@v5
30
with:
31
path: vendor
32
key: composer-${{ hashFiles('composer.lock') }}
0 commit comments