File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323 steps :
2424 - uses : actions/checkout@v6.0.2
25- - uses : oven-sh/setup-bun@v2.1.2
25+ - uses : oven-sh/setup-bun@v2.1.3
2626 with :
2727 bun-version : 1.3.10
2828 - uses : actions/setup-node@v6
3939 runs-on : ubuntu-24.04
4040 steps :
4141 - uses : actions/checkout@v6.0.2
42- - uses : oven-sh/setup-bun@v2.1.2
42+ - uses : oven-sh/setup-bun@v2.1.3
4343 with :
4444 bun-version : 1.3.10
4545 - run : bun install --frozen-lockfile
4949 runs-on : ubuntu-24.04
5050 steps :
5151 - uses : actions/checkout@v6.0.2
52- - uses : oven-sh/setup-bun@v2.1.2
52+ - uses : oven-sh/setup-bun@v2.1.3
5353 with :
5454 bun-version : 1.3.10
5555 - run : bun install --frozen-lockfile
5959 runs-on : ubuntu-24.04
6060 steps :
6161 - uses : actions/checkout@v6.0.2
62- - uses : oven-sh/setup-bun@v2.1.2
62+ - uses : oven-sh/setup-bun@v2.1.3
6363 with :
6464 bun-version : 1.3.10
6565 - run : bun install --frozen-lockfile
7171 - uses : actions/checkout@v6.0.2
7272 with :
7373 fetch-depth : 0
74- - uses : oven-sh/setup-bun@v2.1.2
74+ - uses : oven-sh/setup-bun@v2.1.3
7575 with :
7676 bun-version : 1.3.10
7777 - run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 run : |
2121 sed -i "s/0.0.0/${GITHUB_REF_NAME}/g" package.json
2222
23- - uses : oven-sh/setup-bun@v2.1.2
23+ - uses : oven-sh/setup-bun@v2.1.3
2424 with :
2525 bun-version : 1.3.10
2626
27- - uses : actions/setup-node@v6.2 .0
27+ - uses : actions/setup-node@v6.3 .0
2828 with :
2929 node-version : ' 24'
3030 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments