We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa6c40 commit e445bbdCopy full SHA for e445bbd
1 file changed
.github/workflows/release.yml
@@ -14,12 +14,12 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
submodules: recursive
17
- - uses: denoland/setup-deno@v1
+ - uses: oven-sh/setup-bun@v2
18
19
- deno-version: v1.x
+ bun-version: latest
20
- name: Generate Changelog
21
id: changelog
22
- run: deno run -A .github/actions/changelog.ts
+ run: bun run .github/actions/changelog.ts
23
env:
24
INPUT_TOKEN: ${{ github.token }}
25
0 commit comments