Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mikehardy/buildcache-action from 1 to 2 #634

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps mikehardy/buildcache-action from 1 to 2.

Release notes

Sourced from mikehardy/buildcache-action's releases.

v2.0.0

What's Changed

Full Changelog: mikehardy/buildcache-action@v1...v2.0.0

v1.3.0 - skip store of empty/no-change cache, add toggle to skip cache

1.3.0 (2022-06-26)

Features

v1.2.2 - works on windows, we think

Thanks to a pile of work from @​orgads this action should work for you on windows. It may be that buildcache does not offer acceleration in your compile for various reasons, but buildcache itself should work now. Cheers!

v1.2.1 Open for business

It has worked since v1.0.0, now it is fully configurable and well documented

The CHANGELOG always has all the details.

The v1 tag is moved along with releases, and this project will follow semantic versioning, so you may rely on that for integration.

Changelog

Sourced from mikehardy/buildcache-action's changelog.

2.1.0 (2022-10-21)

Features

  • add config option to explicitly set the buildcache tag to use (#105) (1db83fb)

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • deps: use node16

Bug Fixes

1.3.0 (2022-06-26)

Features

  • avoid storing empty/no-change caches + add toggle to skip cache store (8ddbf68)

1.2.2 (2021-07-21)

Bug Fixes

  • consistently use path.join for joining paths (7dc69af)
  • Support relative paths for BUILDCACHE_DIR and BUILDCACHE_LOG_FILE (bbc03f8), closes #35
  • unset BUILDCACHE_IMPERSONATE for stats-related runs (0c876e7), closes #31
  • use BUILDCACHE_DIR as root of log file also on restore (ae162c6)
  • use unlink instead of rmRF for the log file (19bd1cf)

CHANGELOG

1.2.1

  • docs: a lot of work on documentation so the project is easy to understand and integrate

1.2.0

  • feat: allow complete config control via environment variables defined/used by buildcache

1.1.1

  • fix: all log from action prefixed with buildcache:
  • docs: added example integration / stats from react-native-vision-camera

... (truncated)

Commits
  • 1db83fb feat: add config option to explicitly set the buildcache tag to use (#105)
  • 5da2556 chore(deps): bump @​actions/cache from 3.0.5 to 3.0.6
  • e1814cb chore(deps): bump @​actions/cache from 3.0.4 to 3.0.5
  • c87cea0 chore(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0
  • 6d7415c chore(release): move v2 tag
  • 55c7480 docs(CHANGELOG): v2 notes
  • 34bcf24 chore(release): use conventional commits for release triggers
  • 38afb35 fix(deps)!: use node16
  • b2ccc5c chore(deps): bump @​actions/github from 5.1.0 to 5.1.1
  • a3c0a6f chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mikehardy/buildcache-action](https://github.com/mikehardy/buildcache-action) from 1 to 2.
- [Release notes](https://github.com/mikehardy/buildcache-action/releases)
- [Changelog](https://github.com/mikehardy/buildcache-action/blob/main/CHANGELOG.md)
- [Commits](mikehardy/buildcache-action@v1...v2)

---
updated-dependencies:
- dependency-name: mikehardy/buildcache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@mrousavy mrousavy merged commit a296ba3 into master Feb 23, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/mikehardy/buildcache-action-2 branch February 23, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant