File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build-and-publish :
12
12
name : Java Gradle
13
- uses : bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.68 .0
13
+ uses : bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.70 .0
14
14
with :
15
15
java-version : 17
16
16
secrets :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
steps :
10
10
- name : Lint Helm chart
11
- uses : bakdata/ci-templates/actions/helm-lint@1.66.1
11
+ uses : bakdata/ci-templates/actions/helm-lint@1.70.0
12
12
with :
13
13
lint-config-path : " .github/lint-config.yaml"
14
14
ref : ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
version : ${{ steps.get-version.outputs.version }}
12
12
steps :
13
13
- name : Check out repository
14
- uses : bakdata/ci-templates/actions/checkout@1.66.1
14
+ uses : bakdata/ci-templates/actions/checkout@1.70.0
15
15
16
16
- name : Set up Gradle with version ${{ inputs.gradle-version }}
17
- uses : bakdata/ci-templates/actions/java-gradle-setup@1.66.1
17
+ uses : bakdata/ci-templates/actions/java-gradle-setup@1.70.0
18
18
with :
19
19
java-distribution : " microsoft"
20
20
java-version : " 11"
32
32
33
33
helm-publish :
34
34
name : Publish Helm chart
35
- uses : bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.66.1
35
+ uses : bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.70.0
36
36
needs : get-gradle-version
37
37
with :
38
38
charts-path : " ./charts"
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
java-gradle-release :
18
18
name : Java Gradle
19
- uses : bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.66.1
19
+ uses : bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.70.0
20
20
with :
21
21
java-version : 17
22
22
release-type : " ${{ inputs.release-type }}"
You can’t perform that action at this time.
0 commit comments