Skip to content

Commit 2eae926

Browse files
ci(deps): Bump flex-development/manver-action from 329bfb0c23699727a36af1d41aee2abd0d188dda to 5d40045601ed3d31a45899ef5b0acd1b4d517434 (#266)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0915b1f commit 2eae926

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@329bfb0c23699727a36af1d41aee2abd0d188dda
95+
uses: flex-development/manver-action@5d40045601ed3d31a45899ef5b0acd1b4d517434
9696
gitguardian:
9797
runs-on: ubuntu-latest
9898
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ref: ${{ github.ref }}
5656
- id: version
5757
name: Get package version
58-
uses: flex-development/manver-action@329bfb0c23699727a36af1d41aee2abd0d188dda
58+
uses: flex-development/manver-action@5d40045601ed3d31a45899ef5b0acd1b4d517434
5959
- id: artifact
6060
name: Get release artifact download url
6161
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: ${{ env.REF }}
6666
- id: version
6767
name: Get release version
68-
uses: flex-development/manver-action@329bfb0c23699727a36af1d41aee2abd0d188dda
68+
uses: flex-development/manver-action@5d40045601ed3d31a45899ef5b0acd1b4d517434
6969
- id: tag-prefix
7070
name: Get release tag prefix
7171
run: echo "result=$(jq .tagprefix grease.config.json -r)" >>$GITHUB_OUTPUT

0 commit comments

Comments
 (0)