diff --git a/biome-lint/action.yml b/biome-lint/action.yml index 7360f8b..2043fe1 100644 --- a/biome-lint/action.yml +++ b/biome-lint/action.yml @@ -212,7 +212,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index f767865..a93883a 100644 --- a/eslint-lint/action.yml +++ b/eslint-lint/action.yml @@ -319,7 +319,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 14a54ea..0aa8e90 100644 --- a/npm-publish/action.yml +++ b/npm-publish/action.yml @@ -152,7 +152,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 2ec5f75..1097b9b 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -156,7 +156,7 @@ runs: - name: Setup Bun if: steps.detect-node.outputs.found == 'true' && steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index 935c2a1..1a9095f 100644 --- a/prettier-lint/action.yml +++ b/prettier-lint/action.yml @@ -305,7 +305,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest