From 3d702cd6b7e3cecf212e1d38c015b7197b974d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:34:51 +0000 Subject: [PATCH] Bump bakdata/ci-templates from 1.47.0 to 1.62.0 Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.47.0 to 1.62.0. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.47.0...1.62.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 55135c1..daabe73 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.47.0 + uses: bakdata/ci-templates/actions/python-setup-poetry@1.62.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 d8e059e..c172120 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.47.0 + uses: bakdata/ci-templates/actions/action-lint@1.62.0 with: action-lint-version: "v1.6.27" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ca40974..2cf26e1 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.47.0 + uses: bakdata/ci-templates/.github/workflows/python-poetry-publish-pypi.yaml@1.62.0 with: publish-to-test: false poetry-version: "1.8.2" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9af3127..42ece32 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.47.0 + uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.62.0 name: Release with: release-type: ${{ inputs.release-type }}