From 26225bbf52ce9727325e567e0e726ff917cb308a Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:25:01 +0200 Subject: [PATCH] feat: update bun version (#745) --- .github/workflows/build-android.yml | 3 +-- .github/workflows/build-ios.yml | 5 ++--- .github/workflows/check-lockfile.yml | 3 +-- .github/workflows/linting.yml | 3 +-- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index e1308bad..07b4a0ff 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -30,8 +30,7 @@ jobs: - name: 🍞 Setup Bun uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 with: - # @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689 - bun-version: '1.2.13' + bun-version: '1.2.15' - name: ☕ Setup JDK uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index c134de77..cc1a27cf 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -30,8 +30,7 @@ jobs: - name: 🍞 Setup Bun uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 with: - # @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689 - bun-version: '1.2.13' + bun-version: '1.2.15' - name: 💾 Cache Bun dependencies uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 @@ -67,5 +66,5 @@ jobs: with: name: streamyfin-ipa-${{ github.sha }}-${{ env.DATE_TAG }} path: | - ios/app/build/outputs/ipa/release/*.ipa + build-*.ipa retention-days: 7 diff --git a/.github/workflows/check-lockfile.yml b/.github/workflows/check-lockfile.yml index 4332a14b..b3f15f5b 100644 --- a/.github/workflows/check-lockfile.yml +++ b/.github/workflows/check-lockfile.yml @@ -28,9 +28,8 @@ jobs: - name: 🍞 Setup Bun uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 - # @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689 with: - bun-version: '1.2.13' + bun-version: '1.2.15' - name: 💾 Cache Bun dependencies uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index bd4b76a8..3e894f61 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -86,8 +86,7 @@ jobs: - name: "🍞 Setup Bun" uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 with: - # @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689 - bun-version: '1.2.13' + bun-version: '1.2.15' - name: "📦 Install dependencies" run: bun install --frozen-lockfile