Skip to content

Commit

Permalink
chore: bump nick-fields/retry from 3.0.1 to 3.0.2 (#1880)
Browse files Browse the repository at this point in the history
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from
3.0.1 to 3.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nick-fields/retry/releases">nick-fields/retry's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.2</h2>
<h2><a
href="https://github.com/nick-fields/retry/compare/v3.0.1...v3.0.2">3.0.2</a>
(2025-02-25)</h2>
<p>Fixed an issue with the automated release that prevented <a
href="https://redirect.github.com/nick-fields/retry/issues/146">#146</a>
from being properly released</p>
<h2>What's Changed</h2>
<ul>
<li>Bump action versions, fix tag step in release, regen js by <a
href="https://github.com/nick-fields"><code>@​nick-fields</code></a> in
<a
href="https://redirect.github.com/nick-fields/retry/pull/149">nick-fields/retry#149</a></li>
<li>Bump semantic-release packages by <a
href="https://github.com/nick-fields"><code>@​nick-fields</code></a> in
<a
href="https://redirect.github.com/nick-fields/retry/pull/150">nick-fields/retry#150</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nick-fields/retry/compare/v...v3.0.2">https://github.com/nick-fields/retry/compare/v...v3.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nick-fields/retry/commit/ce71cc2ab81d554ebbe88c79ab5975992d79ba08"><code>ce71cc2</code></a>
Merge pull request <a
href="https://redirect.github.com/nick-fields/retry/issues/150">#150</a>
from nick-fields/nrf/bump-sem-rels</li>
<li><a
href="https://github.com/nick-fields/retry/commit/b3eed5aa93a4efc635da4e83bbf19a818a568ec3"><code>b3eed5a</code></a>
patch: bump semantic-release packages</li>
<li><a
href="https://github.com/nick-fields/retry/commit/41b1e1aaefbd61693b4f68c5a80b7282e85ac93d"><code>41b1e1a</code></a>
Bump action versions, fix tag step in release, regen js (<a
href="https://redirect.github.com/nick-fields/retry/issues/149">#149</a>)</li>
<li><a
href="https://github.com/nick-fields/retry/commit/361088214a7f600279a305588704916ca1ee7f83"><code>3610882</code></a>
refactor: update actions from nick-invision to nick-fields (<a
href="https://redirect.github.com/nick-fields/retry/issues/147">#147</a>)</li>
<li>See full diff in <a
href="https://github.com/nick-fields/retry/compare/c97818ca39074beaea45180dba704f92496a0082...ce71cc2ab81d554ebbe88c79ab5975992d79ba08">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nick-fields/retry&package-manager=github_actions&previous-version=3.0.1&new-version=3.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Case Wylie <[email protected]>
  • Loading branch information
dependabot[bot] and cmwylie19 authored Feb 25, 2025
1 parent 0aa4f70 commit 26d2fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pepr-excellent-examples-unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
npm ci
- name: run e2e tests
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
max_attempts: 3
retry_on: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
npm ci
- name: run e2e tests
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
max_attempts: 3
retry_on: error
Expand Down

0 comments on commit 26d2fbe

Please sign in to comment.