chore: bump Bun to 1.3.12
This commit is contained in:
parent
2ecd4b8eb6
commit
5497cadb56
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ runs:
|
|||
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
|
||||
name: Install Bun
|
||||
with:
|
||||
bun-version: "1.3.11"
|
||||
bun-version: "1.3.12"
|
||||
|
||||
- uses: voidzero-dev/setup-vp@8ecb39174989ce55af90f45cf55b02738599831d # v1
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUN_VERSION="1.3.11"
|
||||
ARG BUN_VERSION="1.3.12"
|
||||
|
||||
FROM oven/bun:${BUN_VERSION}-alpine AS base
|
||||
|
||||
|
|
|
|||
|
|
@ -143,5 +143,5 @@
|
|||
"overrides": {
|
||||
"esbuild": "^0.28.0"
|
||||
},
|
||||
"packageManager": "bun@1.3.11"
|
||||
"packageManager": "bun@1.3.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue