From f8db367f3c76ecee5b44c4c1c807cc69f30e7d35 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:16:19 +0000 Subject: [PATCH] bun/1.0.29 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- bun.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.yaml b/bun.yaml index 8eb121c64f4..c91506285ff 100644 --- a/bun.yaml +++ b/bun.yaml @@ -1,6 +1,6 @@ package: name: bun - version: 1.0.28 + version: 1.0.29 epoch: 0 description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager - all in one" copyright: @@ -40,7 +40,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/oven-sh/bun - expected-commit: 7056384702231f634e4e5d0f7c65965041314fc6 + expected-commit: 094750cc9ccf3baafe62757951bad0d3741e4153 tag: bun-v${{package.version}} # bun requires a specific zig to build