File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,6 @@ jobs:
130
130
restore-keys : |
131
131
all-build-${{ hashFiles('**/composer.lock') }}
132
132
all-build-
133
- - name : Restore/cache tools folder
134
- uses : actions/cache@v1
135
- with :
136
- path : tools
137
- key : all-tools-${{ github.sha }}
138
- restore-keys : |
139
- all-tools-${{ github.sha }}-
140
- all-tools-
141
133
- name : Code style check
142
134
uses :
phpDocumentor/[email protected]
143
135
with :
@@ -156,16 +148,8 @@ jobs:
156
148
restore-keys : |
157
149
all-build-${{ hashFiles('**/composer.lock') }}
158
150
all-build-
159
- - name : Restore/cache tools folder
160
- uses : actions/cache@v1
161
- with :
162
- path : tools
163
- key : all-tools-${{ github.sha }}
164
- restore-keys : |
165
- all-tools-${{ github.sha }}-
166
- all-tools-
167
151
- name : PHPStan
168
- uses : docker://phpdoc/ phpstan-ga:latest
152
+ uses : phpDocumentor/ phpstan-ga@0.12.3
169
153
env :
170
154
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
171
155
with :
You can’t perform that action at this time.
0 commit comments