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 c9cd346 commit 210c463Copy full SHA for 210c463
2 files changed
.github/workflows/code_coverage.yml
@@ -51,7 +51,7 @@ jobs:
51
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
52
53
- name: Cache dependencies
54
- uses: actions/cache@v2
+ uses: actions/cache@v4
55
with:
56
path: ${{ steps.composercache.outputs.dir }}
57
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
58
59
60
61
62
0 commit comments