chore(deps): update github actions #855
Merged
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.
This PR contains the following updates:
v4.2.4
->v4.3.0
v0.6.1
->v0.7.0
v0.5.1
->v0.7.0
Release Notes
actions/cache (actions/cache)
v4.3.0
Compare Source
What's Changed
v4.3.0
release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
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
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.