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 b306134 commit c786ee9Copy full SHA for c786ee9
1 file changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
run: echo "::set-output name=dir::$(composer config cache-dir)"
76
77
- name: Cache dependencies
78
- uses: actions/cache@v5
+ uses: actions/cache@v6
79
with:
80
path: ${{ steps.composer-cache.outputs.dir }}
81
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments