Skip to content

Commit

Permalink
Update all github actions (#2942)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit a8f9494)
  • Loading branch information
renovate[bot] authored and 0x6675636b796f75676974687562 committed Nov 5, 2024
1 parent 8100706 commit ffe6e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 2
- id: git-changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files_yaml: |
root_gradle:
Expand Down
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@v0.13.4
- uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: 5.x
- uses: gittools/actions/gitversion/execute@v0.13.4
- uses: gittools/actions/gitversion/execute@v1.1.1
id: calculate-semver
with:
targetPath: ${{ env.CHARTS_DIR }}
Expand Down

0 comments on commit ffe6e26

Please sign in to comment.