Skip to content

Commit 54dbba7

Browse files
Update gittools/actions action to v1.2.0 (#2959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrey S. <[email protected]>
1 parent 810f7b7 commit 54dbba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
name: Prepare to build from branch
4343
run: |
4444
git switch --force-create ${{ inputs.branch }} origin/${{ inputs.branch }}
45-
- uses: gittools/actions/gitversion/setup@v1.1.1
45+
- uses: gittools/actions/gitversion/setup@v1.2.0
4646
with:
4747
versionSpec: 5.x
48-
- uses: gittools/actions/gitversion/execute@v1.1.1
48+
- uses: gittools/actions/gitversion/execute@v1.2.0
4949
id: calculate-semver
5050
with:
5151
targetPath: ${{ env.CHARTS_DIR }}

0 commit comments

Comments
 (0)