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 1f2ea43 commit 2b90111Copy full SHA for 2b90111
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 1
25
- name: Cache Composer
26
- uses: actions/cache@v1
+ uses: actions/cache@v4
27
28
path: vendor
29
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
0 commit comments