Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump exasol/python-toolbox from 0.3.0 to 0.6.2 #82

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

check-tag-version-job:
name: Check Release Tag
uses: exasol/python-toolbox/.github/workflows/check-release-tag.yml@0.3.0
uses: exasol/python-toolbox/.github/workflows/check-release-tag.yml@0.6.2

ci-job:
name: Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

ci-job:
name: Checks
uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0
uses: exasol/python-toolbox/.github/workflows/checks.yml@0.6.2

tests-job:
name: Tests (Python-${{ matrix.python-version }})
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

ci-job:
name: Checks
uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0
uses: exasol/python-toolbox/.github/workflows/checks.yml@0.6.2

tests-job:
name: Tests (Python-${{ matrix.python-version }})
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:

publish-docs:
name: Publish Documentation
uses: exasol/python-toolbox/.github/workflows/gh-pages.yml@0.3.0
uses: exasol/python-toolbox/.github/workflows/gh-pages.yml@0.6.2
Loading