From b9bfe77029551cbea5bd48112fd6a301f7471947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:32:30 +0000 Subject: [PATCH] Bump bakdata/ci-templates from 1.46.3 to 1.47.0 Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.46.3 to 1.47.0. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.46.3...1.47.0) --- updated-dependencies: - dependency-name: bakdata/ci-templates dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96d322a..7a767a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Poetry - uses: bakdata/ci-templates/actions/python-setup-poetry@1.46.3 + uses: bakdata/ci-templates/actions/python-setup-poetry@1.47.0 with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.poetry-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5c0bbe3..d8e059e 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.46.3 + uses: bakdata/ci-templates/actions/action-lint@1.47.0 with: action-lint-version: "v1.6.27" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 34a8440..ca40974 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: jobs: publish: - uses: bakdata/ci-templates/.github/workflows/python-poetry-publish-pypi.yaml@1.46.3 + uses: bakdata/ci-templates/.github/workflows/python-poetry-publish-pypi.yaml@1.47.0 with: publish-to-test: false poetry-version: "1.8.2" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58d2b0b..9af3127 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ on: jobs: release: - uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.46.3 + uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.47.0 name: Release with: release-type: ${{ inputs.release-type }}