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]>
(cherry picked from commit 54dbba7)
  • Loading branch information
renovate[bot] authored and 0x6675636b796f75676974687562 committed Nov 5, 2024
1 parent 00eead3 commit 28eabea
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 28eabea

Please sign in to comment.