diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 673d34041..94be0c2a8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -54,7 +54,7 @@ jobs: # v2 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 diff --git a/.github/workflows/deploy-outrank-worker.yml b/.github/workflows/deploy-outrank-worker.yml index 6c1aedfba..c6abfbd78 100644 --- a/.github/workflows/deploy-outrank-worker.yml +++ b/.github/workflows/deploy-outrank-worker.yml @@ -29,7 +29,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae diff --git a/.github/workflows/deploy-translation.yml b/.github/workflows/deploy-translation.yml index 669dfb7ec..23d46e95d 100644 --- a/.github/workflows/deploy-translation.yml +++ b/.github/workflows/deploy-translation.yml @@ -31,7 +31,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 with: diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index 6b47341ee..2905ee183 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -53,7 +53,7 @@ jobs: # v2 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 diff --git a/.github/workflows/import-outrank.yml b/.github/workflows/import-outrank.yml index 03483fea4..6d193dcaf 100644 --- a/.github/workflows/import-outrank.yml +++ b/.github/workflows/import-outrank.yml @@ -42,7 +42,7 @@ jobs: - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6fc2c612..adc1adef4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,7 +112,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 with: @@ -155,7 +155,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 with: @@ -195,7 +195,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 with: @@ -219,7 +219,7 @@ jobs: node-version: 24 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.3.11 + bun-version: 1.3.14 - name: Cache bun modules uses: actions/cache@v5 with: