Skip to content

Commit

Permalink
update bom action to use release v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jan 17, 2024
1 parent 10fecc1 commit 0333b7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A set of GitHub actions based on the Kubernetes Release Engineering Tooling

## Installer Actions

The following actions install the Kubernetes Release Engineering tools into
The following actions install the Kubernetes Release Engineering tools into
your runner:

| Action | Description |
Expand All @@ -17,7 +17,7 @@ your runner:
## Task-specific Actions

These actions are designed to perform a task using the tools. If there is not a
task action for the tool you are looking for, you can still run it using a
task action for the tool you are looking for, you can still run it using a
`runs:` step.

| Action | Description |
Expand Down
4 changes: 2 additions & 2 deletions setup-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file:
```yaml
uses: kubernetes-sigs/release-action/setup-bom@main
with:
bom-release: '0.5.1' # optional
bom-release: '0.6.0' # optional
```
Example using a pinned version:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install bom
uses: kubernetes-sigs/release-actions/setup-bom@main
with:
bom-release: '0.5.1' # optional
bom-release: '0.6.0' # optional
- name: Check install!
run: bom version
```
Expand Down
2 changes: 1 addition & 1 deletion setup-bom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
bom-release:
description: 'bom release version to be installed'
required: false
default: '0.5.1'
default: '0.6.0'
install-dir:
description: 'Where to install the bom binary'
required: false
Expand Down

0 comments on commit 0333b7a

Please sign in to comment.