Skip to content

Commit

Permalink
Merge branch 'master' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6675636b796f75676974687562 authored Jul 31, 2024
2 parents fdf096a + 54dbba7 commit 1c0b6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@v1.1.1
- uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: 5.x
- uses: gittools/actions/gitversion/execute@v1.1.1
- uses: gittools/actions/gitversion/execute@v1.2.0
id: calculate-semver
with:
targetPath: ${{ env.CHARTS_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kotlinx-cli = "0.3.6"
spotless = "6.22.0"
fabric8 = "6.9.2"
arrow-kt = "1.2.1"
publish = "1.3.0"
publish = "2.0.0"
cpg = "7.1.2"
# should be taken from cpg
cpg-neo4j-ogm = { strictly = "4.0.6" }
Expand Down

0 comments on commit 1c0b6ee

Please sign in to comment.