Skip to content

Commit 01ae33e

Browse files
committed
atualiza a ação de configuração do Bun para a versão 2 no workflow de documentação
1 parent d0873e7 commit 01ae33e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup Bun
21-
uses: oven-sh/setup-bun@v1
21+
uses: oven-sh/setup-bun@v2
2222
with:
2323
bun-version: latest
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: 22
29-
cache: bun
3029

3130
- name: Install deps
3231
run: bun install

0 commit comments

Comments
 (0)