We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794eea commit a8f9494Copy full SHA for a8f9494
2 files changed
.github/workflows/build_and_test.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
fetch-depth: 2
46
- id: git-changed-files
47
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
48
49
files_yaml: |
50
root_gradle:
.github/workflows/helm_push.yml
@@ -42,10 +42,10 @@ jobs:
42
name: Prepare to build from branch
43
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
versionSpec: 5.x
- - uses: gittools/actions/gitversion/execute@v0.13.4
+ - uses: gittools/actions/gitversion/execute@v1.1.1
id: calculate-semver
51
targetPath: ${{ env.CHARTS_DIR }}
0 commit comments