Skip to content

Bump julia-actions/julia-downgrade-compat from 2.5.0 to 2.5.1#440

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/julia-downgrade-compat-2.5.1
Open

Bump julia-actions/julia-downgrade-compat from 2.5.0 to 2.5.1#440
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/julia-downgrade-compat-2.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps julia-actions/julia-downgrade-compat from 2.5.0 to 2.5.1.

Release notes

Sourced from julia-actions/julia-downgrade-compat's releases.

v2.5.1

Bug-fix release.

What's changed

  • Dedupe main package in manifest after merged resolution (#50) — fixes the "Invalid manifest format … is ambiguous" error introduced in v2.5.0 (#49). For projects using old-style test deps ([extras] + [targets].test) where a test extra transitively depends on the main package, the merged resolve emitted a registry stanza for the main package and the action then appended a second, path-based stanza — leaving two stanzas with the same UUID and breaking Pkg.Types.EnvCache re-parsing. The fix removes any resolver-emitted stanza matching the main package's UUID before appending the path stanza (mirroring the existing [sources] dedupe), so exactly one stanza remains. This was breaking SciML downgrade CI (e.g. LinearSolve.jl).

Full changelog: julia-actions/julia-downgrade-compat@v2.5.0...v2.5.1

Commits

Dependabot compatibility score

Dependabot 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/julia-actions/julia-downgrade-compat/releases)
- [Changelog](https://github.com/julia-actions/julia-downgrade-compat/blob/main/devdocs/release.md)
- [Commits](julia-actions/julia-downgrade-compat@ac05e57...f939b1a)

---
updated-dependencies:
- dependency-name: julia-actions/julia-downgrade-compat
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants