We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b7d35 commit f2d0d86Copy full SHA for f2d0d86
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: oven-sh/setup-bun@v2
13
- run: bun install
14
- run: bun run build
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write # to be able to comment on released pull requests
17
id-token: write # to enable use of OIDC for npm provenance
18
19
20
with:
21
fetch-depth: 0
22
0 commit comments