File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ - \d+.\d+
7
8
pull_request : ~
8
9
workflow_dispatch : ~
9
10
@@ -138,7 +139,7 @@ jobs:
138
139
key : ${{ runner.os }}-playwright
139
140
-
140
141
name : Install PNPM
141
- uses : pnpm/action-setup@v2
142
+ uses : pnpm/action-setup@v3
142
143
with :
143
144
version : latest
144
145
-
@@ -209,7 +210,7 @@ jobs:
209
210
-
210
211
name : Get API changed files
211
212
id : api-changed-files
212
- uses : tj-actions/changed-files@v41
213
+ uses : tj-actions/changed-files@v42
213
214
-
214
215
name : Get Extra Arguments for PHP-CS-Fixer
215
216
id : phpcs-intersection
@@ -228,7 +229,7 @@ jobs:
228
229
# Lint PWA
229
230
-
230
231
name : Install PNPM
231
- uses : pnpm/action-setup@v2
232
+ uses : pnpm/action-setup@v3
232
233
with :
233
234
version : latest
234
235
-
You can’t perform that action at this time.
0 commit comments