We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6bd98 commit ccb0f20Copy full SHA for ccb0f20
.github/workflows/run-integration-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v2
38
39
- name: Cache dependencies
40
- uses: actions/cache@v2
+ uses: actions/cache@v3
41
with:
42
path: ~/.composer/cache/files
43
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments