Skip to content

Commit 1c0b6ee

Browse files
Merge branch 'master' into renovate/lock-file-maintenance
2 parents fdf096a + 54dbba7 commit 1c0b6ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kotlinx-cli = "0.3.6"
3636
spotless = "6.22.0"
3737
fabric8 = "6.9.2"
3838
arrow-kt = "1.2.1"
39-
publish = "1.3.0"
39+
publish = "2.0.0"
4040
cpg = "7.1.2"
4141
# should be taken from cpg
4242
cpg-neo4j-ogm = { strictly = "4.0.6" }

0 commit comments

Comments
 (0)