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 bd34857 commit 63e6229Copy full SHA for 63e6229
.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@v3
+ uses: actions/checkout@v4
15
- uses: pnpm/[email protected]
16
with:
17
version: 7
.github/workflows/bump_version.yml
@@ -13,7 +13,7 @@ jobs:
name: "Bump version and create changelog with standard version"
18
fetch-depth: 0
19
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
0 commit comments