Skip to content

Commit 4f337e1

Browse files
committed
chore(ci): upgrade LouisBrunner/checks-action to 1.5.0
<https://github.com/LouisBrunner/checks-action/releases/tag/v1.5.0> Addresses the "`set-output` command is deprecated" warnings.
1 parent 0b2f414 commit 4f337e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
deno run -A scripts/report-size.ts -- --target ${{ matrix.runner_target }} ${{ matrix.runner_args }} -- -basepri > size-report.md
6767
6868
- name: Publish the report as a check run
69-
uses: LouisBrunner/checks-action@v1.2.0
69+
uses: LouisBrunner/checks-action@v1.5.0
7070
with:
7171
token: ${{ secrets.GITHUB_TOKEN }}
7272
name: "Size report: ${{ matrix.runner_target }} ${{ matrix.runner_args }}"

0 commit comments

Comments
 (0)