We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ba80fc + af793a7 commit 73f7007Copy full SHA for 73f7007
1 file changed
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: "Cache Composer packages"
30
id: "composer-cache"
31
- uses: "actions/cache@v4"
+ uses: "actions/cache@v5"
32
with:
33
path: "vendor"
34
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
0 commit comments