Skip to content

Commit

Permalink
Bump up buildifier version to v6.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbajic authored Jan 17, 2023
1 parent 1731203 commit c9f1106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-run-buildifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
buildifier: [5.1.0, 5.0.0]
buildifier: [6.0.0, 5.0.0]
steps:
- name: Setup repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Buildifier automatically checks one of the Bazel's files:

| Name | Description | Required | Default |
| --- | --- | --- | --- |
| version | The version of the used `buildifier` | `false`| `5.1.0` |
| version | The version of the used `buildifier` | `false`| `6.0.0` |
| path | The path on which to run buildifier check. | `false`| `.` |
| mode | The mode in which to run buildifier <code>[check&#124;diff]</code> | `false` | `check` |

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
buildifier-version:
description: "Buildifier version"
required: false
default: "5.1.0"
default: "6.0.0"
path:
description: "Path in which to run buildifier,"
required: false
Expand Down

0 comments on commit c9f1106

Please sign in to comment.