File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ jobs:
1818 name : test
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
22- with :
23- ref : ${{ github.event.pull_request.head.sha || github.sha }}
21+ - uses : actions/checkout@v6
2422 - uses : oven-sh/setup-bun@v2
2523 with :
26- bun-version : latest
24+ bun-version : ' 1.3.9 '
2725 - run : bun install --frozen-lockfile
2826 - run : bun run lint
2927 - run : bun run typecheck
4240 needs :
4341 - test
4442 steps :
45- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4644 - uses : changepacks/action@main
4745 id : changepacks
4846 with :
6058 runs-on : ubuntu-latest
6159 steps :
6260 - name : Checkout
63- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6462
6563 - uses : oven-sh/setup-bun@v2
6664 with :
8482 needs :
8583 - changepacks
8684 steps :
87- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8886 - uses : oven-sh/setup-bun@v2
8987 with :
9088 bun-version : latest
You can’t perform that action at this time.
0 commit comments