Skip to content

chore(workflows): upgrade actions#2728

Merged
xrgzs merged 1 commit into
mainfrom
chore/bump-actions
Jul 6, 2026
Merged

chore(workflows): upgrade actions#2728
xrgzs merged 1 commit into
mainfrom
chore/bump-actions

Conversation

@xrgzs

@xrgzs xrgzs commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary / 摘要

更新 GitHub Actions 使用到的 actions 版本:

  • actions/checkout@v6 -> actions/checkout@v7
  • actions/cache@v4 -> actions/cache@v6
  • actions/download-artifact@v4 -> actions/download-artifact@v8

起因:发现 cache 报:

Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run actions/cache@v4
  
(node:2443) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Cache hit for: docker-musl-libs-v2
(node:2443) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
  • This PR has breaking changes.
    / 此 PR 包含破坏性变更。
  • This PR changes public API, config, storage format, or migration behavior.
    / 此 PR 修改了公开 API、配置、存储格式或迁移行为。
  • This PR requires corresponding changes in related repositories.
    / 此 PR 需要关联仓库同步修改。

Related repository PRs / 关联仓库 PR:

  • OpenList-Frontend:
  • OpenList-Docs:

Testing / 测试

  • go test ./...
  • Manual test / 手动测试:

Checklist / 检查清单

  • I have read CONTRIBUTING.
    / 我已阅读 CONTRIBUTING
  • I confirm this contribution follows the repository license, contribution policy, and code of conduct.
    / 我确认此贡献符合仓库许可证、贡献规范和行为准则。
  • I have formatted the changed code with gofmt, go fmt, or prettier where applicable.
    / 我已按适用情况使用 gofmtgo fmtprettier 格式化变更代码。
  • I have requested review from relevant maintainers or code owners where applicable.
    / 我已在适用情况下请求相关维护者或代码所有者审查。

…orkflow files

Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
@xrgzs xrgzs marked this pull request as ready for review July 6, 2026 13:29
@xrgzs xrgzs merged commit bb3bc31 into main Jul 6, 2026
14 checks passed
@xrgzs xrgzs deleted the chore/bump-actions branch July 6, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants