Skip to content

Commit f367340

Browse files
chore: use new release of action-build
1 parent daf1112 commit f367340

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ on:
5959
description: The directory of the project where backend code is located. This should contain a `composer.json` file, and is generally the root directory of the repo.
6060
type: string
6161
required: false
62-
default: '.'
62+
default: "."
6363
frontend_directory:
6464
description: The directory of the project where frontend code is located. This should contain a `package.json` file.
6565
type: string
6666
required: false
67-
default: './js'
67+
default: "./js"
6868
main_git_branch:
6969
description: The main git branch to use for the workflow.
7070
type: string
@@ -90,7 +90,7 @@ on:
9090
description: The type of runner to use for the jobs. This should be one of the types supported by the `runs-on` keyword.
9191
type: string
9292
required: false
93-
default: 'ubuntu-latest'
93+
default: "ubuntu-latest"
9494

9595
git_actor_name:
9696
description: The name of the git actor to use for the bundled JS output.
@@ -146,7 +146,7 @@ jobs:
146146
- name: Setup PHP
147147
uses: shivammathur/setup-php@v2
148148
with:
149-
php-version: '8.2'
149+
php-version: "8.2"
150150
extensions: curl, dom, gd, json, mbstring, openssl, pdo_mysql, tokenizer, zip
151151
tools: composer:v2
152152

@@ -160,7 +160,7 @@ jobs:
160160
working-directory: ${{ inputs.frontend_directory }}
161161

162162
- name: JS Checks & Production Build
163-
uses: flarum/action-build@v4
163+
uses: flarum/action-build@v4.1
164164
with:
165165
build_script: ${{ inputs.build_script }}
166166
build_typings_script: ${{ inputs.build_typings_script }}

0 commit comments

Comments
 (0)