From a1ac51eb9739dd76a4c25ebf5c394dcd1c8648ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:57:46 +0000 Subject: [PATCH] Bump bakdata/ci-templates from 1.45.2 to 1.46.3 Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.45.2 to 1.46.3. - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.45.2...1.46.3) --- 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 826c1f8..113f766 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.45.2 + uses: bakdata/ci-templates/actions/python-setup-poetry@1.46.3 with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.poetry-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d506136..5c0bbe3 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.2 + uses: bakdata/ci-templates/actions/action-lint@1.46.3 with: action-lint-version: "v1.6.27"