chore(deps): update ni/python-actions action to v0.7.0 #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
v0.6.0
->v0.7.0
Release Notes
ni/python-actions (ni/python-actions)
v0.7.0
: ni/python-actions v0.7.0Compare Source
What's Changed
analyze-project
: Replaceextras
input with a more generalinstall-args
input (#40)install-args
to pass whatever arguments you want topoetry install
. Example:extras
input has been removed. This breaks compatibility, but this project's major version is still 0, so we are only bumping the minor version.setup-poetry
: Use temporary directory for Poetry installs (#41)$HOME/.local/poetry
. This worked fine on GitHub-hosted runners and ephemeral self-hosted runners, but on long-lived self-hosted runners it produces errors when the directory already exists.$GITHUB_WORKSPACE/.cache/poetry
so that self-hosted runners would automatically clean it up. However, this broke compatibility with clients that run tools that search the entire GitHub workspace for Python files.$GITHUB_WORKSPACE/..
) to hide it from tools that search the entire GitHub workspace. However, this caused a regression for long-lived self-hosted runners.$RUNNER_TEMP/poetry
, which is cleaned up before/after each job, but which is outside the GitHub workspace. This directory seems to be stable enough that caching is still effective. Hopefully this will be the last change of Poetry install location; if not, we will probably add an input to allow overriding it.Full Changelog: ni/python-actions@v0.6.1...v0.7.0
v0.6.1
: ni/python-actions v0.6.1Compare Source
Bug Fixes
ni/python-actions/analyze-project
: Fix #31 -ni/python-actions/analyze-project
does not think mypy is installed (#32)ni/python-actions/setup-poetry
: Fix #33 - Moving Poetry install directory to$GITHUB_WORKSPACE/.cache
breaksnps lint
with default excludes (#34)What's Changed
@v0.2
with@v0
and recommend pinning (#29)analyze-project
docs (#30)ni/python-actions/analyze-project
:Full Changelog: ni/python-actions@v0.6.0...v0.6.1
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.