Skip to content

Bump nick-fields/retry from 3 to 4#44

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/main/nick-fields/retry-4
Open

Bump nick-fields/retry from 3 to 4#44
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/main/nick-fields/retry-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Bumps nick-fields/retry from 3 to 4.

Release notes

Sourced from nick-fields/retry's releases.

v4.0.0

4.0.0 (2026-03-20)

v3.0.2

3.0.2 (2025-02-25)

Fixed an issue with the automated release that prevented #146 from being properly released

What's Changed

Full Changelog: nick-fields/retry@v...v3.0.2

v3.0.1

What's Changed

New Contributors

Full Changelog: nick-fields/retry@v...v3.0.1

Commits
  • ad98453 Merge pull request #165 from nick-fields/nrf/node24
  • 16b9199 major: upgrade to node24
  • 9417ab4 Merge pull request #148 from xavier2k6/nf_retry_p1
  • 07cd61d Merge branch 'master' into nf_retry_p1
  • d6b241c Merge branch 'master' into nf_retry_p1
  • 8d92921 Bump ci_cd workflow actions
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 20, 2026
@anidotnet anidotnet requested a review from Copilot April 15, 2026 05:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions release workflows to use nick-fields/retry v4 instead of v3 for publish steps, aligning the release pipelines with the latest major version of the retry action.

Changes:

  • Bump nick-fields/retry from v3 to v4 in Nitrite release workflows.
  • Keep existing retry configuration (max_attempts, timeout_minutes, command) unchanged.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/nitrite-release.yml Bumps nick-fields/retry to v4 for the Nitrite publish retry step.
.github/workflows/nitrite_generator-release.yml Bumps nick-fields/retry to v4 for the generator publish retry step.
.github/workflows/nitrite_hive_adapter-release.yml Bumps nick-fields/retry to v4 for the hive adapter publish retry step.
.github/workflows/nitrite_spatial-release.yml Bumps nick-fields/retry to v4 for the spatial publish retry step.
.github/workflows/nitrite_support-release.yml Bumps nick-fields/retry to v4 for the support publish retry step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@anidotnet
Copy link
Copy Markdown
Contributor

@copilot the build is failing. Fix the build failures till all tests pass

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

@copilot the build is failing. Fix the build failures till all tests pass

The build failures were caused by melos v7 being installed when running dart pub global activate melos without a version pin. Melos v7 has breaking changes — it removed melos.yaml in favor of pubspec.yaml, which caused the error: NoScriptException: This workspace has no scripts defined in its 'pubspec.yaml' file.

Fixed in b9589f4 by pinning melos to v6.3.1 (latest stable v6) in both install-tools.sh and install-tools.bat, so it stays compatible with the existing melos.yaml-based configuration.

Copilot AI requested a review from anidotnet April 15, 2026 05:49
@anidotnet
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 15, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@anidotnet
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3 to 4.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Commits](nick-fields/retry@v3...v4)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/main/nick-fields/retry-4 branch from b9589f4 to 5b00407 Compare April 15, 2026 10:09
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.

3 participants