diff --git a/biome-lint/action.yml b/biome-lint/action.yml index 784671c..af53a64 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index a49a456..50964b2 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 73e43ea..f716d4c 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 0664286..9f65698 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index fecf6e7..f53a45d 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest