Skip to content

chore(deps): bump the github-actions group across 1 directory with 2 updates#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-08b3065b60
Open

chore(deps): bump the github-actions group across 1 directory with 2 updates#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-08b3065b60

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates in the / directory: actions/checkout and actions/setup-python.

Updates 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.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

v4.2.0

v4.1.7

... (truncated)

Commits
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • Additional commits viewable in compare view

Updates actions/setup-python from 5 to 6

Release notes

Sourced from actions/setup-python's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

v5.6.0

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

v5.5.0

What's Changed

Enhancements:

Bug fixes:

... (truncated)

Commits
  • a309ff8 Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)
  • bfe8cc5 Upgrade @​actions dependencies to Node 24 compatible versions (#1259)
  • 4f41a90 Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)
  • 83679a8 Bump @​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...
  • bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234)
  • 97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)
  • 443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...
  • cfd55ca graalpy: add graalpy early-access and windows builds (#880)
  • bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)
  • 18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

💩 屎山代码检测报告 允许合并

🎯 本次检测概览

「屎山刚开始发酵,臭味初显,但还能抢救」

维度 数据
屎山指数 41.23 / 100
屎山等级 轻度屎山级
检测时间 2026/6/13 06:14:56

🎭 整体印象

臭气扑鼻,建议佩戴口罩阅读

🧭 下一步

这代码像个叛逆期的青少年,需要适当管教才能成才


📥 详细数据

fuck-u-code 自动检测 · 本评论不代表人类观点

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

⚠️ 代码质量检查报告

发现部分文件需要格式化或存在代码问题,建议在本地运行 ruff format .ruff check --fix .

🖌️ 格式化: 9 个文件被重新格式化 (未变更: 80)
🛡️ 代码检查: 发现 6 个问题

  • 🛠️ 已自动修复: 4
  • ❌ 剩余未修复: 2
🔍 错误详情

```textF841 Local variable h is assigned to but never used
--> training/train_model.py:121:9
|
119 | rng = np.random.RandomState(0)
120 | d = self.d_model
121 | h = self.n_heads
| ^
122 | dh = self.d_head
123 | ff = self.d_ff
|
help: Remove assignment to unused variable `h`

F841 Local variable dh is assigned to but never used
--> training/train_model.py:122:9
|
120 | d = self.d_model
121 | h = self.n_heads
122 | dh = self.d_head
| ^^
123 | ff = self.d_ff
|
help: Remove assignment to unused variable dh

Found 6 errors (4 fixed, 2 remaining).
No fixes available (2 hidden fixes can be enabled with the --unsafe-fixes option).

</details>

@dependabot dependabot Bot changed the title chore(deps): bump the github-actions group with 2 updates chore(deps): bump the github-actions group across 1 directory with 2 updates Jun 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-08b3065b60 branch from aedfb03 to cc123db Compare June 11, 2026 17:29
…updates

Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).


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

Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: '6'
  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 force-pushed the dependabot/github_actions/github-actions-08b3065b60 branch from cc123db to ecdcfee Compare June 12, 2026 22:14
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