Skip to content

Commit

Permalink
Bump bakdata/ci-templates from 1.45.2 to 1.46.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.46.3.
- [Release notes](https://github.com/bakdata/ci-templates/releases)
- [Commits](bakdata/ci-templates@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 6f5874d commit a1ac51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.46.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.46.3
with:
action-lint-version: "v1.6.27"

0 comments on commit a1ac51e

Please sign in to comment.