Skip to content

Commit 6e9a8f9

Browse files
committed
Fix build script for 5.4.x
1 parent 9880b5b commit 6e9a8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- uses: statcan/actions/composer@master
3333
with:
34-
args: require drupalwxt/wxt:5.3.x-dev#${{ github.sha }} --working-dir=./site-wxt
34+
args: require drupalwxt/wxt:5.4.x-dev#${{ github.sha }} --working-dir=./site-wxt
3535

3636
- name: Build out the Drupal infrastructure
3737
run: |

0 commit comments

Comments
 (0)