Skip to content

Commit 4a85605

Browse files
Bump the ci-templates group with 4 updates (#406)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37ff3ce commit 4a85605

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-and-publish:
1212
name: Java Gradle
13-
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.71.0
13+
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.72.2
1414
with:
1515
java-version: 17
1616
secrets:

.github/workflows/helm-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Lint Helm chart
11-
uses: bakdata/ci-templates/actions/helm-lint@1.71.0
11+
uses: bakdata/ci-templates/actions/helm-lint@1.72.2
1212
with:
1313
lint-config-path: ".github/lint-config.yaml"
1414
ref: ${{ github.ref_name }}

.github/workflows/helm-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.71.0
14+
uses: bakdata/ci-templates/actions/checkout@1.72.2
1515

1616
- name: Set up Gradle with version ${{ inputs.gradle-version }}
17-
uses: bakdata/ci-templates/actions/java-gradle-setup@1.71.0
17+
uses: bakdata/ci-templates/actions/java-gradle-setup@1.72.2
1818
with:
1919
java-distribution: "microsoft"
2020
java-version: "17"
@@ -32,7 +32,7 @@ jobs:
3232

3333
helm-publish:
3434
name: Publish Helm chart
35-
uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.71.0
35+
uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.72.2
3636
needs: get-gradle-version
3737
with:
3838
charts-path: "./charts"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
java-gradle-release:
1818
name: Java Gradle
19-
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.71.0
19+
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.72.2
2020
with:
2121
java-version: 17
2222
release-type: "${{ inputs.release-type }}"

0 commit comments

Comments
 (0)