dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PR's.

Home Page:https://docs.github.com/en/code-security/dependabot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong action with same name ending gets updated (julia-actions/cache vs actions/cache)

abelsiqueira opened this issue · comments

This dependabot PR (abelsiqueira/COPIERTemplate.jl#202) updated the actions/cache to v4, but also the julia-actions/cache to v4 (which doesn't exits).

Maybe the following substitution is the problem?

.gsub(
/(?<=\W|"|')#{Regexp.escape(old_declaration)}["']?(?<comment>\s+#.*)?(?=\s|$)/