diff --git a/bun.yaml b/bun.yaml index a54a92cd8e4..b87fab771f6 100644 --- a/bun.yaml +++ b/bun.yaml @@ -1,6 +1,6 @@ package: name: bun - version: 1.1.36 + version: 1.1.37 epoch: 0 description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager - all in one" copyright: @@ -54,7 +54,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/oven-sh/bun - expected-commit: ededc168cf07afcdbe5ca34495c58df435ea526d + expected-commit: 8ca0eb831d6739c6a94b3f4d484bbfe71ee97226 tag: bun-v${{package.version}} - runs: |