From 880d774da6e745b377331660ac6406e575736c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:05:49 +0000 Subject: [PATCH] Bump bakdata/ci-templates from 1.46.3 to 1.48.0 Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.46.3 to 1.48.0. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.46.3...1.48.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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96d322a..27c9e79 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.48.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..bf58e6a 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.48.0 with: action-lint-version: "v1.6.27" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 34a8440..4fc58a8 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.48.0 with: publish-to-test: false poetry-version: "1.8.2"