File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ runs:
148148 steps :
149149 - name : Install Bun
150150 if : inputs.path_to_bun_executable == ''
151- uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0 .2
151+ uses : oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1 .2
152152 with :
153- bun-version : 1.2.11
153+ bun-version : 1.3.6
154154
155155 - name : Setup Custom Bun Path
156156 if : inputs.path_to_bun_executable != ''
Original file line number Diff line number Diff line change 9797
9898 - name : Install Bun
9999 if : inputs.path_to_bun_executable == ''
100- uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0 .2
100+ uses : oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1 .2
101101 with :
102- bun-version : 1.2.11
102+ bun-version : 1.3.6
103103
104104 - name : Setup Custom Bun Path
105105 if : inputs.path_to_bun_executable != ''
You can’t perform that action at this time.
0 commit comments