We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd62e5 commit 5137b4eCopy full SHA for 5137b4e
.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.2.2
+ uses: actions/cache@v4.2.3
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