(minor) test
This commit is contained in:
parent
531c3286dc
commit
c65016f135
1 changed files with 2 additions and 2 deletions
4
.github/workflows/complib-package.yml
vendored
4
.github/workflows/complib-package.yml
vendored
|
@ -15,11 +15,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Bump version number
|
||||
uses: paulhatch/semantic-version@v4.0.2
|
||||
uses: paulhatch/semantic-version@v5.0.0-alpha2
|
||||
id: next_semantic_version
|
||||
with:
|
||||
branch: build-test
|
||||
|
|
Reference in a new issue