Skip to content

Commit f207b1f

Browse files
Bump bakdata/ci-templates from 1.70.0 to 1.70.1
Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.70.0 to 1.70.1. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](bakdata/ci-templates@1.70.0...1.70.1) --- updated-dependencies: - dependency-name: bakdata/ci-templates dependency-version: 1.70.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec6a796 commit f207b1f

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/[email protected].0
13+
uses: bakdata/ci-templates/.github/workflows/[email protected].1
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/[email protected].0
11+
uses: bakdata/ci-templates/actions/[email protected].1
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/[email protected].0
14+
uses: bakdata/ci-templates/actions/[email protected].1
1515

1616
- name: Set up Gradle with version ${{ inputs.gradle-version }}
17-
uses: bakdata/ci-templates/actions/[email protected].0
17+
uses: bakdata/ci-templates/actions/[email protected].1
1818
with:
1919
java-distribution: "microsoft"
2020
java-version: "11"
@@ -32,7 +32,7 @@ jobs:
3232

3333
helm-publish:
3434
name: Publish Helm chart
35-
uses: bakdata/ci-templates/.github/workflows/[email protected].0
35+
uses: bakdata/ci-templates/.github/workflows/[email protected].1
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/[email protected].0
19+
uses: bakdata/ci-templates/.github/workflows/[email protected].1
2020
with:
2121
java-version: 17
2222
release-type: "${{ inputs.release-type }}"

0 commit comments

Comments
 (0)