Work around cache module modifying input paths#188
Conversation
An issue in action/toolkit modifies the inputPath values passed to cache function. These changes work around this issue. For more details see: actions/toolkit#1378 Co-authored-by: Justin Leis <[email protected]>
bahmutov
left a comment
There was a problem hiding this comment.
very interesting, merging now
|
🎉 This PR is included in version 1.8.33 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
@Bertg, thank you so much! |
|
@oleksandr-danylchenko the version displayed on GitHub Actions marketplace does not matter, you still pick the version you want to use. I should find out if there is an automatic way to update the marketplace version |
|
Thanks 👌🏻 |
|
@oleksandr-danylchenko We use the |
|
@bahmutov If you still are looking into the issue, as to why the version in marketplace is lagging, here are the docs: https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace It may have something to do with accepting the "GitHub Marketplace Developer Agreement", which is something that is new to me, and maybe to you as well? |

An issue in action/toolkit modifies the inputPath values passed to cache function. These changes work around this issue.
For more details see: actions/toolkit#1378
This resolves #175