File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
name : Prepare to build from branch
43
43
run : |
44
44
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
46
46
with :
47
47
versionSpec : 5.x
48
- - uses : gittools/actions/gitversion/execute@v1.1.1
48
+ - uses : gittools/actions/gitversion/execute@v1.2.0
49
49
id : calculate-semver
50
50
with :
51
51
targetPath : ${{ env.CHARTS_DIR }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ kotlinx-cli = "0.3.6"
36
36
spotless = " 6.22.0"
37
37
fabric8 = " 6.9.2"
38
38
arrow-kt = " 1.2.1"
39
- publish = " 1.3 .0"
39
+ publish = " 2.0 .0"
40
40
cpg = " 7.1.2"
41
41
# should be taken from cpg
42
42
cpg-neo4j-ogm = { strictly = " 4.0.6" }
You can’t perform that action at this time.
0 commit comments