Fix setup-bun cache key for bun.lock#16293
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Potential duplicate found:
You should review PR #16291 to determine if it's already been merged or if one of these should be closed in favor of the other. |
|
Thanks for the heads-up. Closing this as a duplicate of #16291 to avoid parallel fixes for the same issue. |
Issue for this PR
Closes #16289
Type of change
What does this PR do?
Updates the setup-bun action cache key to hash bun.lock (the current lockfile) instead of bun.lockb, so cache invalidation tracks the correct dependency lockfile.
How did you verify your code works?
Not run (workflow change only).
Screenshots / recordings
Not a UI change.
Checklist