Skip to content

Bump actions/checkout from 4 to 6#7

Merged
jcddc83 merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
May 19, 2026
Merged

Bump actions/checkout from 4 to 6#7
jcddc83 merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from 1edce4b to 442bdf5 Compare May 19, 2026 15:29
jcddc83 pushed a commit that referenced this pull request May 19, 2026
The CI test job has been running `python substack_link_checker.py --help`
as a post-install smoke test since PR #1. B3 (PR #3) deleted that file
when refactoring the codebase into the src-layout package, but didn't
update this step. CI has been failing on every PR since B3 merged.

Replace with two invocations against the installed console script:
- `substack-link-checker --help` (top-level dispatcher)
- `substack-link-checker check --help` (check subcommand)

This is also why the actions/checkout Dependabot PR (#7) was reported
as failing — same root cause, not the action bump itself.
jcddc83 added a commit that referenced this pull request May 19, 2026
)

* Prepare v1.1.0: bump version + fix stale troubleshooting invocations

Version bump:
- pyproject.toml: 1.0.0 -> 1.1.0
- src/substack_link_checker/__init__.py: __version__ -> 1.1.0
- CHANGELOG.md: rename [Unreleased] -> [1.1.0] - 2026-05-19, add a
  fresh empty [Unreleased] section above it

Troubleshooting fix:
- README.md Troubleshooting section's code blocks still used the
  pre-refactor `python substack_link_checker.py ...` /
  `python fetch_archive_urls.py ...` form because PR #4 was based on
  the audit branch before B3's CLI rewrite landed. Updated to the
  current `substack-link-checker check ...` and
  `substack-link-checker fetch-archive ...` invocations so a reader
  following the troubleshooting steps doesn't hit "command not found"
  on the main entry point.

Once this lands, push tag v1.1.0 to trigger the release workflow
(which builds the wheel/sdist and attaches them to the GitHub
Release).

* Fix CI smoke test (root-level substack_link_checker.py is gone)

The CI test job has been running `python substack_link_checker.py --help`
as a post-install smoke test since PR #1. B3 (PR #3) deleted that file
when refactoring the codebase into the src-layout package, but didn't
update this step. CI has been failing on every PR since B3 merged.

Replace with two invocations against the installed console script:
- `substack-link-checker --help` (top-level dispatcher)
- `substack-link-checker check --help` (check subcommand)

This is also why the actions/checkout Dependabot PR (#7) was reported
as failing — same root cause, not the action bump itself.

---------

Co-authored-by: Claude <noreply@anthropic.com>
@jcddc83

jcddc83 commented May 19, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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/actions/checkout-6 branch from 442bdf5 to 96dcdbd Compare May 19, 2026 15:42
@jcddc83 jcddc83 merged commit dc45593 into main May 19, 2026
7 checks passed
@jcddc83 jcddc83 deleted the dependabot/github_actions/actions/checkout-6 branch May 19, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant