Skip to content

Commit

Permalink
Bump bakdata/ci-templates from 1.45.2 to 1.45.3
Browse files Browse the repository at this point in the history
Bumps [bakdata/ci-templates](https://github.com/bakdata/ci-templates) from 1.45.2 to 1.45.3.
- [Release notes](https://github.com/bakdata/ci-templates/releases)
- [Commits](bakdata/ci-templates@1.45.2...1.45.3)

---
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 15, 2024
1 parent ba01596 commit d234229
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 @@ -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.45.3
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.2
uses: bakdata/ci-templates/actions/action-lint@1.45.3
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.2
uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.45.3
with:
release-type: ${{ github.event.inputs.release-type }}
publish-to-test: true
Expand Down

0 comments on commit d234229

Please sign in to comment.