Remove unused dependency-check workflows - #705
Merged
Merged
Conversation
yatatsu
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
使われていない/正しく動作していないGitHub Actionsワークフローを2つ削除します。
payjp-flutter-plugin での対応(payjp/payjp-flutter-plugin#110)と同様の内容です。
削除対象と理由
■ check_dependencies_outdated.yml(週次のCocoaPods依存チェック)
hubCLIは現在のmacos-latestランナーに存在せず、outdatedを検出できてもIssue作成で失敗するyatatsu/pod-outdated-check-action@v0.3.0は非推奨のset-outputに依存しており、メンテも停止している依存関係の更新チェックは将来的にRenovateで代替する前提です。
■ check_latest_sdk.yml(SDK最新版チェック)
現在の運用では不要なため削除します。また、PR作成に使用している
hubCLIがmacos-latestランナーに存在しないため、正しく動作していませんでした。🤖 Generated with Claude Code