Skip to content

Commit

Permalink
Update gittools/actions action to v1.2.0 (#2959)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrey S. <[email protected]>
  • Loading branch information
1 parent 810f7b7 commit 54dbba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
name: Prepare to build from branch
run: |
git switch --force-create ${{ inputs.branch }} origin/${{ inputs.branch }}
- uses: gittools/actions/gitversion/setup@v1.1.1
- uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: 5.x
- uses: gittools/actions/gitversion/execute@v1.1.1
- uses: gittools/actions/gitversion/execute@v1.2.0
id: calculate-semver
with:
targetPath: ${{ env.CHARTS_DIR }}
Expand Down

0 comments on commit 54dbba7

Please sign in to comment.