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 357ea47 commit b6c0e29Copy full SHA for b6c0e29
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Build code and release
12
steps:
13
- name: Check out
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
- uses: oven-sh/setup-bun@v2
16
- name: Install dependencies
17
id: install_code
.github/workflows/bump_version.yml
@@ -13,7 +13,7 @@ jobs:
name: Bump version and create changelog with standard version
with:
18
fetch-depth: 0
19
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
0 commit comments