BlackVyperStudios / snek

SNEK - A simple Snake clone, playable in the commandline with some unique game modes
Other
3 stars 3 forks source link

Bump jidicula/clang-format-action from 4.4.1 to 4.5.0 #123

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jidicula/clang-format-action from 4.4.1 to 4.5.0.

Release notes

Sourced from jidicula/clang-format-action's releases.

v4.5.0

Announcements

  • This is a massive release that perturbs no functionality! This Action now supports clang-format versions 3 through 13. Thank you to @​Krzmbrzl for the feature request! #33, #63
  • The backport branch 3.5 is no longer needed and will be deleted in this release. Anyone using v3.5.* releases can safely upgrade to v4.5.0 without any issues.
  • This repo now has a container registry for Ubuntu containers with clang-format as an entrypoint. You can access those images here. I'll only keep 1 image for each major version of clang-format, and I'll continue adding to it as the LLVM project ships stable major releases.

What's Changed

Full Changelog: https://github.com/jidicula/clang-format-action/compare/v4.4.1...v4.5.0

Commits
  • 32639e0 docs(version): Bump to v4.5.0
  • 03412ba docs(CONTRIBUTING): Update filenames
  • 2ec1357 ci(dependabot): Remove docker dependency check
  • a5e3c4c docs(README): Warn about no Windows support
  • d80718d docs(README): Add new supported versions
  • e86a046 ci(test): Add clang-format-3.9
  • 32baba6 feat(check.sh): Add if-else for version-specific flags
  • 969bb9a fix: Remove -t flag
  • 036525d fix: Dynamically mount working directory to container
  • 6192fdb fix: Add workdir prefix to filepath
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #126.