We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e8c26 commit a739068Copy full SHA for a739068
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
23
- name: Install Bun
24
uses: oven-sh/setup-bun@v2
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
with:
16
fetch-depth: 0
17
0 commit comments