Skip to content

Fix setup-bun cache key for bun.lock#16293

Closed
SergioChan wants to merge 1 commit intoanomalyco:devfrom
SergioChan:fix/setup-bun-cache-key
Closed

Fix setup-bun cache key for bun.lock#16293
SergioChan wants to merge 1 commit intoanomalyco:devfrom
SergioChan:fix/setup-bun-cache-key

Conversation

@SergioChan
Copy link

Issue for this PR

Closes #16289

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

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

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Hey! Your PR title Fix setup-bun cache key for bun.lock doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Mar 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

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.

@SergioChan
Copy link
Author

Thanks for the heads-up. Closing this as a duplicate of #16291 to avoid parallel fixes for the same issue.

@SergioChan SergioChan closed this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setup-bun action uses incorrect cache key

1 participant