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 562fd23 commit 8cc9d77Copy full SHA for 8cc9d77
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
26
27
- name: Load Composer cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v4
29
with:
30
path: ${{ steps.composer-cache.outputs.dir }}
31
key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.deps }}-composer
0 commit comments