Skip to content

Commit e445bbd

Browse files
committed
🚑️(ci) replace deno with bun
1 parent 6fa6c40 commit e445bbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
17-
- uses: denoland/setup-deno@v1
17+
- uses: oven-sh/setup-bun@v2
1818
with:
19-
deno-version: v1.x
19+
bun-version: latest
2020
- name: Generate Changelog
2121
id: changelog
22-
run: deno run -A .github/actions/changelog.ts
22+
run: bun run .github/actions/changelog.ts
2323
env:
2424
INPUT_TOKEN: ${{ github.token }}
2525

0 commit comments

Comments
 (0)