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 1010jobs :
1111 build-and-publish :
1212 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
1414 with :
1515 java-version : 17
1616 secrets :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-22.04
99 steps :
1010 - 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
1212 with :
1313 lint-config-path : " .github/lint-config.yaml"
1414 ref : ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 version : ${{ steps.get-version.outputs.version }}
1212 steps :
1313 - name : Check out repository
14- uses : bakdata/ci-templates/actions/checkout@1.66.1
14+ uses : bakdata/ci-templates/actions/checkout@1.70.0
1515
1616 - 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
1818 with :
1919 java-distribution : " microsoft"
2020 java-version : " 11"
3232
3333 helm-publish :
3434 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
3636 needs : get-gradle-version
3737 with :
3838 charts-path : " ./charts"
Original file line number Diff line number Diff line change 1616jobs :
1717 java-gradle-release :
1818 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
2020 with :
2121 java-version : 17
2222 release-type : " ${{ inputs.release-type }}"
You can’t perform that action at this time.
0 commit comments