Skip to content

Bump actions/checkout from 6 to 7 - #237

Merged
vtjnash merged 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7
Aug 10, 2026
Merged

Bump actions/checkout from 6 to 7#237
vtjnash merged 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

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

v6.0.3

What's Changed

New Contributors

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

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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
@vtjnash
vtjnash merged commit 83f1bea into master Aug 10, 2026
1 of 3 checks passed
@vtjnash
vtjnash deleted the dependabot/github_actions/actions/checkout-7 branch August 10, 2026 15:29
vtjnash added a commit that referenced this pull request Aug 11, 2026
…242)

test_char_sized_ptr_math_{incr,decr} truncate two addresses four bytes
apart to unsigned char and subtract them, expecting a difference of 4.
That only holds when the subtraction does not borrow out of the low
byte, so the tests fail whenever the stack happens to place `a` at an
address whose low byte is 0x00 (decr) or 0xfc (incr) -- roughly a 1 in
64 chance, since `a` is 4-byte aligned. This is what failed the Windows
job on #240:

  FAILED test_consistent_return_value_c[test_char_sized_ptr_math_decr--O1]
    - assert 4294967046 == 6

Truncating the difference back to unsigned char makes the result 4 for
every address while still exercising the same char-sized pointer math at
-O0. At -O1 and above the optimizer now folds main() to `return 6`,
which is itself a proof that the result no longer depends on the address.

Separately, check_no_output() treats any stderr as a failure, including
diagnostics that describe the toolchain rather than the code under test.
When the macOS SDK and the Homebrew bottles are built for different OS
versions, every compile emits

  clang: warning: overriding deployment version from '16.0' to '26.0'

which failed all 540 tests on #237 despite an exit code of 0. Filter
that class of environmental warning out before deciding whether the
process misbehaved; real diagnostics are unaffected.

Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

1 participant