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 a3ff546 commit b4ccc3aCopy full SHA for b4ccc3a
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: bash
62
63
- name: Cache Composer dependencies
64
- uses: actions/cache@v4
+ uses: actions/cache@v5
65
with:
66
path: ${{ steps.composer-cache.outputs.directory }}
67
key: ${{ runner.os }}-${{ matrix.php.version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}
0 commit comments