Closed dependabot[bot] closed 7 months ago
This is a breaking release. @IanButterworth @omus Can you check to see if this breaks your usage of pyTooling/Actions
in this repo's composite action?
After merging this PR, should the next tag of this repo be v2.0.0?
If this is breaking, why do we need it?
I believe that 0.4.6 is using node16
, which causes users to receive non-fatal deprecation warnings.
Personally I think we should stay on node16
for as long as possible (because I don't want to drop support for CentOS 7, and CentOS 7 does not support node20
).
But eventually GitHub will force us onto node20
(by making it hard-error if you try to use node16
).
Ah, 1.0.1 is still using node16
: https://github.com/pyTooling/Actions/blob/v1.0.1/with-post-step/action.yml
They merged https://github.com/pyTooling/Actions/pull/76, but I guess they haven't made a new tag yet?
Cross-ref #109
This kind of forced major bump makes me especially happy that we got the caching improvements in as a minor change.
Of course we could maintain version branches and backport things.
@dependabot rebase
Here's the issue I opened upstream for a new release that includes the node20
bump: https://github.com/pyTooling/Actions/issues/77
Bumps pyTooling/Actions from 0.4.6 to 1.0.1.
Release notes
Sourced from pyTooling/Actions's releases.
... (truncated)
Changelog
Sourced from pyTooling/Actions's changelog.
... (truncated)
Commits
60281e0
v1.0.1fc9ddee
Updated to CodeCov action v4.66572dc
v1.0.05663891
Application testing.e4881c0
Updated dependency extraction rules for pacman.9ae9a19
Added root directory.cfdff6a
Set tests_directory to empty.c8c793d
Changed branch names.907c0e2
Merged Code Coverage and Python 3.12209f106
JUnit reports for SphinxDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show