Skip to content

Commit 8d653f4

Browse files
committed
Fix the errors
1 parent 700cfea commit 8d653f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- '**.md'
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
check-dist:
1316
runs-on: ubuntu-latest
1417

15-
permissions:
16-
contents: read
17-
1818
steps:
1919
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020

@@ -25,8 +25,8 @@ jobs:
2525
check-latest: true
2626
package-manager-cache: false
2727

28-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
29-
name: Install pnpm
28+
- name: Install pnpm
29+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3030
with:
3131
run_install: |
3232
- recursive: true
@@ -35,7 +35,7 @@ jobs:
3535
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
3636
name: Install Bun
3737
with:
38-
bun-version: stable
38+
bun-version: latest
3939

4040
- name: Rebuild the dist/ directory
4141
run: rm -rf dist && bun run --bun build && bun run --bun package

0 commit comments

Comments
 (0)