Skip to content

Commit

Permalink
Deps: (Temp) pin poetry version to 1.8.0 (#1315)
Browse files Browse the repository at this point in the history
Deps: (Temp) pin poetry version to 1.8.0
  • Loading branch information
y0urself authored Jan 7, 2025
1 parent abdce67 commit 487dab5
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backport-pull-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ workflow file of the backport action.
| config | TOML based configuration file for backporting pull requests | Optional (default is `backport.toml`) |
| username | GitHub user name to use for the backported commits | Optional (by default github.actor is used) |
| python-version | Python version to use for running the action | Optional (default is `3.10`) |
| poetry-version | Poetry version to use for running the action | Optional (default is latest) |
| poetry-version | Poetry version to use for running the action | Optional (default is `1.8.0`) |

## TOML Configuration

Expand Down
1 change: 1 addition & 0 deletions backport-pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down
2 changes: 1 addition & 1 deletion conventional-commits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
|--------------|-----------|-|
| token | GitHub token to create the pull request comments. | Optional (default is [`${{ github.token }}`](https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)) |
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
| poetry-version | Poetry version to use for running the action. | Optional (default is latest) |
| poetry-version | Poetry version to use for running the action. | Optional (default is `1.8.0`) |
| cache-poetry-installation | Cache poetry and its dependencies. | Optional (default is `"true"`) |
| head-ref | End ref where to look for conventional commits. | Optional (default is`${{ github.event.pull_request.head.sha }}`). |
| base-ref | Start ref where to look for conventional commits. | Optional (default is `${{ github.event.pull_request.base.sha }}`). |
2 changes: 1 addition & 1 deletion coverage-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
|-------|-------------|-|
| python-version | Python version that should be installed | Optional (default: "3.10") |
| test-command | Command to run the unit tests | Optional (default: `"-m unittest"`)
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `1.8.0`) |
| cache | Cache dependencies by setting it to `"true"`. | Optional |
| cache-dependency-path | "Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
| cache-poetry-installation | Cache poetry and its dependencies by setting it to `"true"`. | Optional |
Expand Down
1 change: 1 addition & 0 deletions coverage-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inputs:
description: "Upload token for codecov.io. Required for private repositories."
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache:
description: "Cache dependencies by setting it to 'true'."
cache-dependency-path:
Expand Down
1 change: 1 addition & 0 deletions download-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down
1 change: 1 addition & 0 deletions helm-version-upgrade/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ inputs:
default: "3.11"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down
2 changes: 1 addition & 1 deletion lint-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
|--------------|-----------|-|
| packages | Python packages to lint | Required |
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default latest poetry version) |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `1.8.0` poetry version) |
| cache | Cache dependencies by setting it to `"true"`. Leave unset or set to an other string then `"true"` to disable the cache. | Optional |
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
| cache-poetry-installation | "Cache poetry and its dependencies. Default is `"true"`. Set to an other string then `"true"` to disable the cache." | Optional (default: `"true"`) |
Expand Down
1 change: 1 addition & 0 deletions lint-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache:
description: "Cache dependencies by setting it to 'true'. Leave unset or set to an other string then 'true' to disable the cache."
cache-dependency-path:
Expand Down
2 changes: 1 addition & 1 deletion mypy-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
| packages | Python packages to check | Required |
| mypy-arguments | Additional arguments to mypy | Optional |
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default latest poetry version) |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `1.8.0` poetry version) |
| cache | Cache dependencies by setting it to `"true"`. Leave unset or set to an other string then `"true"` to disable the cache. | Optional |
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
| cache-poetry-installation | "Cache poetry and its dependencies. Default is `"true"`. Set to an other string then `"true"` to disable the cache." | Optional (default: `"true"`) |
Expand Down
1 change: 1 addition & 0 deletions mypy-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
install-dependencies:
description: "Install project dependencies. Default is 'true'. Set to an other string then 'true' to not install the dependencies."
default: "true"
Expand Down
2 changes: 1 addition & 1 deletion oci-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
| compare-user | User for the compare registry login. | Optional |
| compare-password | Password for the compare registry login. | Optional |
| python-version | Python version to use for running the action. Default is 3.11 . | Optional |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional |
| poetry-version | Use a specific poetry version. By default the `1.8.0` release is used. | Optional |
| cache-poetry-installation | Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache. | Optional |

## Action Output
Expand Down
1 change: 1 addition & 0 deletions oci-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ inputs:
default: "3.11"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down
2 changes: 1 addition & 1 deletion poetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
| cache | Cache dependencies by setting it to 'true'. Leave unset or set to an other string then 'true' to disable the cache. | Optional |
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. See [https://github.com/actions/setup-python#caching-packages-dependencies](https://github.com/actions/setup-python#caching-packages-dependencies) for more details. | Optional |
| cache-poetry-installation | Cache poetry and its dependencies by setting it to 'true'. | Optional. Disabled by default. |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default is latest version) |
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default is `1.8.0` version) |
| python-version | Python version that should be installed and used. | Optional (default: "3.10") |
2 changes: 1 addition & 1 deletion pr-conventional-commit-labeler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
|--------------|-----------|-|
| token | GitHub token to add lebels to the pull request comments. | Optional (default is [`${{ github.token }}`](https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)) |
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
| poetry-version | Poetry version to use for running the action. | Optional (default is latest) |
| poetry-version | Poetry version to use for running the action. | Optional (default is `1.8.0`) |
| cache-poetry-installation | Cache poetry and its dependencies. | Optional (default is `"true"`) |
| configuration-toml| Name of the configuration file, must be relative to `github.workspace` | Required |
| pr | Number of the Pull Request (PR) | Optional (default is ${{ github.event.pull_request.number }} |
1 change: 1 addition & 0 deletions pr-conventional-commit-labeler/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down
1 change: 1 addition & 0 deletions trigger-workflow/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ inputs:
default: "3.10"
poetry-version:
description: "Use a specific poetry version. By default the latest release is used."
default: "1.8.0"
cache-poetry-installation:
description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache."
default: "true"
Expand Down

0 comments on commit 487dab5

Please sign in to comment.