From b48d0b398f9c9b11ac265d0ad9f5eab0e6c1f798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:55:23 +0000 Subject: [PATCH] chore(deps): Bump oven-sh/setup-bun from 1.2.0 to 1.2.1 Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/d3603274aca5625baad52ec06108517a089cdd00...8f24390df009a496891208e5e36b8a1de1f45135) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.chromatic.yml | 2 +- .github/workflows/check.codeql.yml | 2 +- .github/workflows/check.workflows.yml | 2 +- .github/workflows/ci.build.yml | 2 +- .github/workflows/ci.deploy.yml | 6 +++--- .github/workflows/ci.test.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check.chromatic.yml b/.github/workflows/check.chromatic.yml index cfc51f2..720f152 100644 --- a/.github/workflows/check.chromatic.yml +++ b/.github/workflows/check.chromatic.yml @@ -43,7 +43,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" diff --git a/.github/workflows/check.codeql.yml b/.github/workflows/check.codeql.yml index beb5476..2747eeb 100644 --- a/.github/workflows/check.codeql.yml +++ b/.github/workflows/check.codeql.yml @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" diff --git a/.github/workflows/check.workflows.yml b/.github/workflows/check.workflows.yml index a554295..dd9aeea 100644 --- a/.github/workflows/check.workflows.yml +++ b/.github/workflows/check.workflows.yml @@ -38,7 +38,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" diff --git a/.github/workflows/ci.build.yml b/.github/workflows/ci.build.yml index dd27bb4..9220b10 100644 --- a/.github/workflows/ci.build.yml +++ b/.github/workflows/ci.build.yml @@ -40,7 +40,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" diff --git a/.github/workflows/ci.deploy.yml b/.github/workflows/ci.deploy.yml index 00bc812..364d47e 100644 --- a/.github/workflows/ci.deploy.yml +++ b/.github/workflows/ci.deploy.yml @@ -60,7 +60,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" @@ -111,7 +111,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" @@ -156,7 +156,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM" diff --git a/.github/workflows/ci.test.yml b/.github/workflows/ci.test.yml index 7cc9295..7841d07 100644 --- a/.github/workflows/ci.test.yml +++ b/.github/workflows/ci.test.yml @@ -40,7 +40,7 @@ jobs: with: node-version: ${{ vars.NODE_VERSION || '21' }} - name: "Setup: Bun" - uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 with: bun-version: ${{ vars.BUN_VERSION || 'latest' }} - name: "Setup: PNPM"