Skip to content

Fix deprecated set-output warnings by updating actions#100

Merged
fumikito merged 1 commit into
mainfrom
fix/deprecate-set-output
Apr 8, 2026
Merged

Fix deprecated set-output warnings by updating actions#100
fumikito merged 1 commit into
mainfrom
fix/deprecate-set-output

Conversation

@fumikito
Copy link
Copy Markdown
Contributor

@fumikito fumikito commented Apr 8, 2026

Summary

  • andstor/file-existence-action@v1@v3 — v1が内部で set-output を使っており、主原因
  • bicstone/backlog-notify@master@v6 — env変数からinputsに移行
  • actions/checkout@master/@main/@v2@v4 — 全ワークフロー統一
  • actions/setup-node@v3@v4、Node 16 → 22(lint.yml)
  • repo-sync/pull-request@v2gh pr create(リポジトリがアーカイブ済み)

Test plan

  • lint.yml の CI(YAML syntax, readme, versioning, phplint, php-short-open-tag)が通ること
  • backlog.yml の inputs が正しく渡されること(呼び出し側で確認)
  • auto-pr.yml の gh pr create が既存PR重複チェック含め動作すること

Closes #76

🤖 Generated with Claude Code

- andstor/file-existence-action@v1 → @V3 (main set-output culprit)
- bicstone/backlog-notify@master → @v6 (env vars → inputs)
- actions/checkout@master/@main/@v2@v4 (all workflows)
- actions/setup-node@v3 → @v4, Node 16 → 22 (lint.yml)
- repo-sync/pull-request@v2 → gh pr create (repo archived)

Closes #76

Co-authored-by: Claude <noreply@anthropic.com>
@fumikito fumikito enabled auto-merge April 8, 2026 07:52
@fumikito fumikito merged commit a494ad1 into main Apr 8, 2026
9 checks passed
@fumikito fumikito deleted the fix/deprecate-set-output branch April 8, 2026 07:52
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.

Deprecate される予定の set-output を探し、対応する。

1 participant