Skip to content

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group#648

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2217aebe03
Jul 1, 2026
Merged

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group#648
mergify[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2217aebe03

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: actions/checkout.

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

v7.0.0

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

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.3...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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 Jul 1, 2026
@mergify

mergify Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-07-01 19:43 UTC · Rule: default · triggered by rule autoqueue
  • Checks skipped · PR is already up-to-date
  • Merged2026-07-01 19:43 UTC · at bce46f97972fca2f218ee3f8ca52b2eba19802b4 · squash

This pull request spent 8 seconds in the queue, including 1 second running CI.

Required conditions to merge

@mergify mergify Bot merged commit a4b93c0 into main Jul 1, 2026
9 checks passed
@mergify mergify Bot deleted the dependabot/github_actions/github-actions-2217aebe03 branch July 1, 2026 19:43
HrachShah pushed a commit to HrachShah/tenacity that referenced this pull request Jul 4, 2026
The sync retry_base operators | and & got a guard in jd#648 that rejects
non-callable, non-retry_base operands with a clear TypeError at the
construction site. The async_retry_base (and async retry_any.__ror__ /
retry_all.__rand__ that override the inherited methods) define the same
operator surface but did not call _validate_predicate, so the guard did
not extend to the async path.

Before this fix:
  True | retry_if_exception(...)  # built silently
  ...later, inside the retry loop, awaited a bool and crashed with
  'TypeError: object bool can t be used in await expression', far from
  the line that actually wrote the bad expression.

After this fix the same misuse raises synchronously at the | / & site
with a clear message naming the bad operand's type and repr, matching
the sync behaviour.

Adds four new tests in tests/test_asyncio.py:
- test_async_retry_composition_rejects_non_callable: covers the four
  operator overloads (|, __ror__, &, __rand__) with bool/int/str/None.
- test_async_retry_composition_accepts_valid_operands: regression guard
  for legitimate async | async, async | sync, async | callable
  compositions.
- test_async_retry_any_ror_validates_leaf_operand: covers the override
  in retry_any that flattens nested retry_any groups; the leaf branch
  must still validate.
- test_async_retry_all_rand_validates_leaf_operand: mirror of the above
  for retry_all.__rand__.

171 tests pass (was 167).
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