Skip to content

Commit 8acfdd1

Browse files
ci(deps): Bump flex-development/manver-action from 1.0.1 to 1.1.0 (#271)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e730efc commit 8acfdd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: ${{ env.CACHE_PATH }}
9393
- id: version
9494
name: Extract version metadata
95-
uses: flex-development/manver-action@1.0.1
95+
uses: flex-development/manver-action@1.1.0
9696
commitlint:
9797
needs: preflight
9898
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.ref }}
5858
- id: version
5959
name: Get package version
60-
uses: flex-development/manver-action@1.0.1
60+
uses: flex-development/manver-action@1.1.0
6161
- id: artifact
6262
name: Get release artifact download url
6363
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ref: ${{ env.REF }}
6868
- id: version
6969
name: Get release version
70-
uses: flex-development/manver-action@1.0.1
70+
uses: flex-development/manver-action@1.1.0
7171
- id: tag-prefix
7272
name: Get release tag prefix
7373
uses: flex-development/jq-action@1.0.0

0 commit comments

Comments
 (0)