fix: update Bun setup action to a specific commit version
This commit is contained in:
2
.github/workflows/bun-ci.yml
vendored
2
.github/workflows/bun-ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Bun
|
- name: Install Bun
|
||||||
uses: oven-sh/setup-bun@v2.0.2
|
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76
|
||||||
with:
|
with:
|
||||||
bun-version: 1.2.2
|
bun-version: 1.2.2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user