File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Setup bun
17- uses : oven-sh/setup-bun@v1
17+ uses : oven-sh/setup-bun@v2
1818 with :
1919 bun-version : latest
2020
2121 - name : Install packages
22- run : bun install
22+ run : bun install --frozen-lockfile
2323
2424 - name : Build code
2525 run : bun run build
2626
2727 - name : Test
28- run : bun run test
28+ run : bun run test
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : ' Checkout'
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : ' Setup Bun'
27- uses : oven-sh/setup-bun@v1
27+ uses : oven-sh/setup-bun@v2
2828 with :
2929 bun-version : latest
3030 registry-url : " https://registry.npmjs.org"
3535 registry-url : ' https://registry.npmjs.org'
3636
3737 - name : Install packages
38- run : bun install
38+ run : bun install --frozen-lockfile
3939
4040 - name : Build code
4141 run : bun run build
You can’t perform that action at this time.
0 commit comments