We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0535106 + b368072 commit 21481a5Copy full SHA for 21481a5
1 file changed
.github/workflows/push.yml
@@ -91,7 +91,7 @@ jobs:
91
key: ${{ env.key }}
92
93
- name: Cache extensions
94
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2.1.7
95
with:
96
path: ${{ steps.cache-env.outputs.dir }}
97
key: ${{ steps.cache-env.outputs.key }}
@@ -130,7 +130,7 @@ jobs:
130
steps:
131
- uses: actions/checkout@v2
132
- name: Restore/cache vendor folder
133
134
135
path: vendor
136
key: all-build-${{ hashFiles('**/composer.lock') }}
@@ -189,7 +189,7 @@ jobs:
189
190
191
192
193
194
195
0 commit comments