Skip to content

Commit bf17575

Browse files
committed
↑ bump bun version
1 parent 0a4c765 commit bf17575

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1111
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
1212
with:
13-
bun-version: 1.3.4
13+
bun-version: 1.3.12
1414

1515
- run: bun install --frozen-lockfile
1616

@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6868
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
6969
with:
70-
bun-version: 1.3.4
70+
bun-version: 1.3.12
7171

7272
- run: bun install --frozen-lockfile
7373

@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
113113
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
114114
with:
115-
bun-version: 1.3.4
115+
bun-version: 1.3.12
116116

117117
- run: bun install --frozen-lockfile
118118

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.3.4-slim AS builder
1+
FROM oven/bun:1.3.12-slim AS builder
22

33
WORKDIR /app
44

@@ -16,7 +16,7 @@ RUN bun run build:action
1616

1717

1818

19-
FROM oven/bun:1.3.4-slim
19+
FROM oven/bun:1.3.12-slim
2020

2121
WORKDIR /action-release
2222

0 commit comments

Comments
 (0)