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 89410d2 commit 7f85df2Copy full SHA for 7f85df2
.github/workflows/cd.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: "Caching"
40
id: cache-composer
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: vendor
44
key: composer-default-${{ steps.composer-hash.outputs.hash }}
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
key: composer-lowest-${{ steps.composer-hash.outputs.hash }}
0 commit comments