19
19
group : lint-${{ github.head_ref || github.run_id }}
20
20
cancel-in-progress : true
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : ./.github/actions/init
24
24
- name : Lint AI Bot
25
25
if : always()
89
89
group : ai-bot-test-${{ github.head_ref || github.run_id }}
90
90
cancel-in-progress : true
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
- uses : ./.github/actions/init
94
94
- name : AI Bot test suite
95
95
run : pnpm test
@@ -102,7 +102,7 @@ jobs:
102
102
group : boxel-motion-test-${{ github.head_ref || github.run_id }}
103
103
cancel-in-progress : true
104
104
steps :
105
- - uses : actions/checkout@v3
105
+ - uses : actions/checkout@v4
106
106
- uses : ./.github/actions/init
107
107
- name : Build boxel-motion
108
108
run : pnpm build
@@ -118,7 +118,7 @@ jobs:
118
118
group : boxel-ui-test-${{ github.head_ref || github.run_id }}
119
119
cancel-in-progress : true
120
120
steps :
121
- - uses : actions/checkout@v3
121
+ - uses : actions/checkout@v4
122
122
- uses : ./.github/actions/init
123
123
- name : Build boxel-ui
124
124
run : pnpm build
@@ -134,7 +134,7 @@ jobs:
134
134
group : boxel-ui-raw-icon-changes-only-${{ github.head_ref || github.run_id }}
135
135
cancel-in-progress : true
136
136
steps :
137
- - uses : actions/checkout@v3
137
+ - uses : actions/checkout@v4
138
138
- uses : ./.github/actions/init
139
139
- name : Rebuild boxel-ui icons
140
140
run : pnpm rebuild:icons
@@ -149,7 +149,7 @@ jobs:
149
149
group : boxel-host-test-${{ github.head_ref || github.run_id }}
150
150
cancel-in-progress : true
151
151
steps :
152
- - uses : actions/checkout@v3
152
+ - uses : actions/checkout@v4
153
153
- uses : ./.github/actions/init
154
154
- name : Build boxel-ui
155
155
run : pnpm build
@@ -185,7 +185,7 @@ jobs:
185
185
shardIndex : [1, 2, 3, 4, 5, 6]
186
186
shardTotal : [6]
187
187
steps :
188
- - uses : actions/checkout@v3
188
+ - uses : actions/checkout@v4
189
189
- uses : ./.github/actions/init
190
190
- name : Install Playwright Browsers
191
191
run : pnpm exec playwright install --with-deps
@@ -235,7 +235,7 @@ jobs:
235
235
- name : Create a timestamp as a directory to store reports in
236
236
id : timestampid
237
237
run : echo "timestamp=$(date --utc +%Y%m%d_%H%M%SZ)" >> "$GITHUB_OUTPUT"
238
- - uses : actions/checkout@v3
238
+ - uses : actions/checkout@v4
239
239
- uses : ./.github/actions/init
240
240
241
241
- name : Download blob reports from GitHub Actions Artifacts
@@ -297,7 +297,7 @@ jobs:
297
297
group : realm-server-test-${{ github.head_ref || github.run_id }}
298
298
cancel-in-progress : true
299
299
steps :
300
- - uses : actions/checkout@v3
300
+ - uses : actions/checkout@v4
301
301
- uses : ./.github/actions/init
302
302
- name : Build boxel-ui
303
303
run : pnpm build
@@ -328,7 +328,7 @@ jobs:
328
328
boxel : ${{ steps.filter.outputs.boxel }}
329
329
ai-bot : ${{ steps.filter.outputs.ai-bot }}
330
330
steps :
331
- - uses : actions/checkout@v3
331
+ - uses : actions/checkout@v4
332
332
- uses : dorny/paths-filter@v2
333
333
id : filter
334
334
with :
0 commit comments