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.
2 parents d6f02f8 + fa74061 commit 56e1507Copy full SHA for 56e1507
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
32
33
- name: Cache composer dependencies
34
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.1.2
35
with:
36
path: ${{ steps.composer-cache.outputs.dir }}
37
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments