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.
2 parents 396a4a5 + 5e83269 commit 5a2e183Copy full SHA for 5a2e183
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Setup Bun
18
uses: oven-sh/setup-bun@v2
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Checkout Repo
26
27
with:
28
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
29
fetch-depth: 0
0 commit comments