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