We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcabc29 commit 3924e8dCopy full SHA for 3924e8d
.github/workflows/dependencies.yml
@@ -22,7 +22,7 @@ jobs:
22
coverage: none
23
tools: composer:v2
24
- name: Cache Composer Dependencies
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: vendor/
28
key: composer-${{ env.PHP_VERSION }}-${{ hashFiles('composer.*') }}
0 commit comments