Unable to Resolve Action (Version 4.2.2) #1003
-
|
Is anyone else running into issues using version Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As of I'm curious though, did you manually bump this version or did Dependabot create the PR that changed it from |
Beta Was this translation helpful? Give feedback.
As of
4.2.2the version tags will now include avto be consistent with other officially provided actions by GitHub. You should be able to point your workflow toJamesIves/[email protected]and it will work. Additionally major version tags are now available by pointing to@v4(although not recommended to use).I'm curious though, did you manually bump this version or did Dependabot create the PR that changed it from
4.2.1 -> 4.2.2? In my tests Dependabot added thevautomatically for me.