Skip to content

Commit e485dea

Browse files
ci(deps): Bump flex-development/manver-action
Bumps [flex-development/manver-action](https://github.com/flex-development/manver-action) from 329bfb0c23699727a36af1d41aee2abd0d188dda to 5d40045601ed3d31a45899ef5b0acd1b4d517434. - [Release notes](https://github.com/flex-development/manver-action/releases) - [Changelog](https://github.com/flex-development/manver-action/blob/main/CHANGELOG.md) - [Commits](flex-development/manver-action@329bfb0...5d40045) --- updated-dependencies: - dependency-name: flex-development/manver-action dependency-version: 5d40045601ed3d31a45899ef5b0acd1b4d517434 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0915b1f commit e485dea

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)