We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd9861e + 8e19dd6 commit 9455bdeCopy full SHA for 9455bde
.github/workflows/push.yml
@@ -85,7 +85,7 @@ jobs:
85
key: ${{ env.key }}
86
87
- name: Cache extensions
88
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
89
with:
90
path: ${{ steps.cache-env.outputs.dir }}
91
key: ${{ steps.cache-env.outputs.key }}
@@ -124,7 +124,7 @@ jobs:
124
steps:
125
- uses: actions/checkout@v3
126
- name: Restore/cache vendor folder
127
128
129
path: vendor
130
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -183,7 +183,7 @@ jobs:
183
184
185
186
187
188
189
0 commit comments