Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: bakdata/ci-templates
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 82e927b commit 4c62916
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/[email protected].3
uses: bakdata/ci-templates/actions/[email protected].5
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/[email protected].3
uses: bakdata/ci-templates/actions/[email protected].5
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 @@ -6,7 +6,7 @@ on:

jobs:
publish:
uses: bakdata/ci-templates/.github/workflows/[email protected].3
uses: bakdata/ci-templates/.github/workflows/[email protected].5
with:
publish-to-test: false
poetry-version: "1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
release:
uses: bakdata/ci-templates/.github/workflows/[email protected].3
uses: bakdata/ci-templates/.github/workflows/[email protected].5
name: Release
with:
release-type: ${{ inputs.release-type }}
Expand Down

0 comments on commit 4c62916

Please sign in to comment.