From 950dd68884165554f42e453c0428e475ee8c53c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:42:21 +0000 Subject: [PATCH] Bump bakdata/ci-templates from 1.45.1 to 1.45.2 Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.45.1 to 1.45.2. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.45.1...1.45.2) --- updated-dependencies: - dependency-name: bakdata/ci-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b58381..bcb8ae1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Poetry - uses: bakdata/ci-templates/actions/python-setup-poetry@1.45.1 + uses: bakdata/ci-templates/actions/python-setup-poetry@1.45.2 with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.poetry-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b8c5651..d506136 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint actions and workflows - uses: bakdata/ci-templates/actions/action-lint@1.45.1 + uses: bakdata/ci-templates/actions/action-lint@1.45.2 with: action-lint-version: "v1.6.27" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6c84f82..67d9c93 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ on: jobs: release: name: release - uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.45.1 + uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.45.2 with: release-type: ${{ github.event.inputs.release-type }} publish-to-test: true