We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c43b5be + ce55019 commit 74dad93Copy full SHA for 74dad93
.github/workflows/run-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v4
40
41
- name: Cache dependencies
42
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.0
43
with:
44
path: ~/.composer/cache/files
45
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments