ci(deps): update actions - #676
Conversation
045c362 to
4dcd366
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
a8adbdd to
9b07164
Compare
CLOUD-999 ci(deps): update jdx/mise-action action to v4.2.5
Why A bot proposed this change and no human refined it, which is exactly the Pull request: #676 ( Manifests touched:
Refinement — Ready Refinement gate: Definition of Ready & Done. This body carries only specializations.
Acceptance
CLOUD-1235 ci(deps): update actions
Why A bot proposed this change and no human refined it, which is exactly the Pull request: button-inc/batten#676 ( Manifests touched:
Refinement — Ready Refinement gate: Definition of Ready & Done. This body carries only specializations.
Acceptance
|
daae106 to
751365d
Compare
f13d7e9 to
94711f0
Compare
a77e53b to
8cb1a39
Compare
4148a0b to
4c2090d
Compare
2746bb8 to
254e6bb
Compare
9a57bfa to
ce7d850
Compare
|
Frozen with Why. This head has been red since it opened, and every Two checks were refusing it:
To resume: run Nothing here retries on its own, deliberately — waiting now costs no CI minutes. |
|
❌ The last analysis has failed. |
This PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| jdx/mise-action | action | minor |
v4.2.5→v4.3.0| |\n| linear/linear-release-action | action | minor |v0.16.0→v0.17.1|v0.17.2|\n\n---\n\n### Release Notes\n\njdx/mise-action (jdx/mise-action)
\n\n###v4.3.0: : Install age-filtered mise releases\n\nCompare Source\n\nA small release that adds an opt-in way to hold back from installing brand-new mise releases.\n\n##### Added\n\n#####minimum_release_ageinput (#604 by @jdx)\n\nWhenversionis omitted, you can now setminimum_release_ageto install the newest stable, non-draft mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes #603).\n\nyaml\n- uses: jdx/mise-action@v4\n with:\n minimum_release_age: 7d\n\n\nIt accepts relative durations (24h,7d,6mo,1y) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicitversionalways takes precedence overminimum_release_age, and invalid dates fail fast.\n\nFull Changelog: jdx/mise-action@v4.2.5...v4.3.0\n\nlinear/linear-release-action (linear/linear-release-action)
\n\n###v0.17.1\n\nCompare Source\n\n##### What's Changed\n\n- Document publish-time version assignment by @RomainCscn in #64\n- Release v0.17.1 by @RomainCscn in #66\n\nFull Changelog: linear/linear-release-action@v0.17.0...v0.17.1\n\n###v0.17.0\n\nCompare Source\n\n#### What's Changed\n\n- Release v0.17.0 by @RomainCscn in #63\n\nFull Changelog: linear/linear-release-action@v0.16.1...v0.17.0\n\n###v0.16.1\n\nCompare Source\n\n#### What's Changed\n\n- Verify downloaded CLI artifacts before execution by @RomainCscn in #60\n- Authenticate the CI install test's GitHub API calls by @RomainCscn in #62\n- Release v0.16.1 by @RomainCscn in #61\n\nFull Changelog: linear/linear-release-action@v0.16.0...v0.16.1\n\nNote:cli_version: latestnow resolves the release through the GitHub API, which requiresjqand a token. Both are present on GitHub-hosted runners; minimal self-hosted runners withoutjqwill fail with a clear error.\n\nCloses CLOUD-1235