Skip to content

Commit

Permalink
Bump bakdata/ci-templates from 1.45.1 to 1.45.2
Browse files Browse the repository at this point in the history
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](bakdata/ci-templates@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 3dfc29e commit 950dd68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 950dd68

Please sign in to comment.