Skip to content

build(deps): bump actions/checkout from 4 to 6#44

Merged
jrsaruo merged 2 commits into
developfrom
dependabot/github_actions/develop/actions/checkout-6
May 3, 2026
Merged

build(deps): bump actions/checkout from 4 to 6#44
jrsaruo merged 2 commits into
developfrom
dependabot/github_actions/develop/actions/checkout-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 22, 2025

Copy link
Copy Markdown
Contributor

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 22, 2025
@jrsaruo

jrsaruo commented May 3, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github May 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jrsaruo

jrsaruo commented May 3, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/github_actions/develop/actions/checkout-6 branch from e227877 to c612017 Compare May 3, 2026 14:33
@jrsaruo

jrsaruo commented May 3, 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/develop/actions/checkout-6 branch from c612017 to aa87597 Compare May 3, 2026 14:49
@codecov

codecov Bot commented May 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.92%. Comparing base (6df51b1) to head (59cd5fc).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #44   +/-   ##
========================================
  Coverage    87.92%   87.92%           
========================================
  Files           13       13           
  Lines          414      414           
========================================
  Hits           364      364           
  Misses          50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so this job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v5

@jrsaruo jrsaruo May 3, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

test_on_macosだけv6に更新するとCodeCovへのアップロードに失敗するためv5に更新
原因はactions/checkoutのバージョンではなく、dependabotがsecretsにアクセスできないためだった。別の対策を入れつつactions/checkoutはv6にあげて問題ない。

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

#47 で対応

@jrsaruo jrsaruo merged commit ba5077e into develop May 3, 2026
5 checks passed
@jrsaruo jrsaruo deleted the dependabot/github_actions/develop/actions/checkout-6 branch May 3, 2026 15:00
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