Skip to content

Commit 4235499

Browse files
chore: run CI on 3.2 branch
1 parent a5f86b7 commit 4235499

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- \d+.\d+
78
pull_request: ~
89
workflow_dispatch: ~
910

@@ -138,7 +139,7 @@ jobs:
138139
key: ${{ runner.os }}-playwright
139140
-
140141
name: Install PNPM
141-
uses: pnpm/action-setup@v2
142+
uses: pnpm/action-setup@v3
142143
with:
143144
version: latest
144145
-
@@ -209,7 +210,7 @@ jobs:
209210
-
210211
name: Get API changed files
211212
id: api-changed-files
212-
uses: tj-actions/changed-files@v41
213+
uses: tj-actions/changed-files@v42
213214
-
214215
name: Get Extra Arguments for PHP-CS-Fixer
215216
id: phpcs-intersection
@@ -228,7 +229,7 @@ jobs:
228229
# Lint PWA
229230
-
230231
name: Install PNPM
231-
uses: pnpm/action-setup@v2
232+
uses: pnpm/action-setup@v3
232233
with:
233234
version: latest
234235
-

0 commit comments

Comments
 (0)