We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 198e330 + 29dfcd9 commit 2b7e58dCopy full SHA for 2b7e58d
1 file changed
.github/workflows/run-tests.yml
@@ -29,7 +29,7 @@ jobs:
29
coverage: none
30
31
- name: "Cache composer dependencies"
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: ~/.composer/cache
35
key: php-${{ matrix.php }}-composer-${{ matrix.os }}-${{ matrix.stability }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
key: php-${{ matrix.php }}-composer
0 commit comments