Skip to content

feat: allow using version ranges to cope with stale Maven Local cache - #1611

Merged
krzema12 merged 4 commits into
mainfrom
vampire/version-range-support
Feb 25, 2025
Merged

feat: allow using version ranges to cope with stale Maven Local cache#1611
krzema12 merged 4 commits into
mainfrom
vampire/version-range-support

Conversation

@Vampire

Copy link
Copy Markdown
Collaborator

With these changes you can for example depend on actions:cache__save___major:[v4,v5)" and get the latest v4 action with latest v4 typing by resolving to a concrete v4.x.y version but the output still contains just v4.
The same for actions:cache__save___minor:[v4.0,v4.1), to get the latest v4.0 but in the output just have v4.0.

@VampireGraphite App

Vampire commented Aug 19, 2024

Copy link
Copy Markdown
CollaboratorAuthor

@Vampire
Vampireforce-pushed the vampire/version-range-support branch from bfe88c2 to 5f291dcCompareAugust 19, 2024 15:21
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from ba37150 to 6ca3d30CompareAugust 19, 2024 18:26
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 5f291dc to 09633a4CompareAugust 19, 2024 18:26
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from 6ca3d30 to af0de7bCompareAugust 20, 2024 10:46
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 09633a4 to cb4a8a3CompareAugust 20, 2024 10:46
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from af0de7b to 80db505CompareAugust 20, 2024 11:26
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from cb4a8a3 to d9a036eCompareAugust 20, 2024 11:26
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from 80db505 to 6df8a27CompareAugust 20, 2024 11:57
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from d9a036e to a7e496fCompareAugust 20, 2024 11:58
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from 6df8a27 to cd832feCompareAugust 22, 2024 00:00
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from a7e496f to ef9782dCompareAugust 22, 2024 00:00
@Vampire
Vampireforce-pushed the vampire/fix-metadata-file branch from cd832fe to c8aeae6CompareAugust 22, 2024 00:27
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from d508bed to 86848ddCompareSeptember 8, 2024 09:06
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from a778011 to 58e7fbdCompareSeptember 8, 2024 09:06
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 86848dd to 665dcd3CompareSeptember 8, 2024 20:26
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 58e7fbd to 7dee654CompareSeptember 8, 2024 20:27
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 665dcd3 to 6fd7327CompareSeptember 9, 2024 08:04
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 7dee654 to 7c1a397CompareSeptember 9, 2024 08:04
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 6fd7327 to 02098ceCompareSeptember 9, 2024 10:55
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 7c1a397 to a93c1c8CompareSeptember 9, 2024 10:55
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 02098ce to 37375d9CompareSeptember 10, 2024 16:42
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from a93c1c8 to a28f9fdCompareSeptember 10, 2024 16:42
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 37375d9 to c1dc24aCompareSeptember 23, 2024 08:13
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from a28f9fd to 12685daCompareSeptember 23, 2024 08:13
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from c1dc24a to 6d56a0dCompareSeptember 24, 2024 00:42
@Vampire
Vampireforce-pushed the vampire/version-range-support branch from 12685da to 8baa490CompareSeptember 24, 2024 00:42
@Vampire
Vampireforce-pushed the vampire/unify-coords-name branch from 6d56a0d to 1dc7506CompareSeptember 29, 2024 17:28
@Vampire
Vampireforce-pushed the vampire/version-range-support branch 2 times, most recently from acfbd14 to 2956d50CompareSeptember 29, 2024 20:57

@krzema12krzema12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the last review round 😄

Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md Outdated
@VampireGraphite App

Copy link
Copy Markdown
CollaboratorAuthor

We'll see :-D

@krzema12krzema12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final2.txt

Comment threaddocs/user-guide/using-actions.md Outdated
Comment threaddocs/user-guide/using-actions.md
Comment threaddocs/user-guide/using-actions.md Outdated
@krzema12

Copy link
Copy Markdown
Member

@Vampire thanks, and sorry for the long wait - I'm trying my best to reduce the backlog of PRs 😄 I think the strategy to focus on mutually iterating on a single PR works really well, lets me focus properly.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Vampire@krzema12