Skip to content

Commit a8f9494

Browse files
Update all github actions (#2942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6794eea commit a8f9494

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 2
4646
- id: git-changed-files
47-
uses: tj-actions/changed-files@v42
47+
uses: tj-actions/changed-files@v43
4848
with:
4949
files_yaml: |
5050
root_gradle:

.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@v0.13.4
45+
- uses: gittools/actions/gitversion/setup@v1.1.1
4646
with:
4747
versionSpec: 5.x
48-
- uses: gittools/actions/gitversion/execute@v0.13.4
48+
- uses: gittools/actions/gitversion/execute@v1.1.1
4949
id: calculate-semver
5050
with:
5151
targetPath: ${{ env.CHARTS_DIR }}

0 commit comments

Comments
 (0)