Skip to content

Commit

Permalink
Merge pull request #65 from cpanato/update-tejolote
Browse files Browse the repository at this point in the history
update tejolote to use release v0.3.0
  • Loading branch information
k8s-ci-robot authored Mar 28, 2024
2 parents e94e75e + 59ff6e0 commit 841d76a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup-tejolote/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-actions/setup-tejolote@main
with:
tejolote-release: '0.2.1' # optional
tejolote-release: '0.3.0' # optional
```
Example using a pinned version:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install tejolote
uses: kubernetes-sigs/release-actions/setup-tejolote@main
with:
tejolote-release: '0.2.1' # optional
tejolote-release: '0.3.0' # optional
- name: Check install!
run: tejolote version
```
Expand Down
2 changes: 1 addition & 1 deletion setup-tejolote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
tejolote-release:
description: 'tejolote release version to be installed'
required: false
default: '0.2.1'
default: '0.3.0'
install-dir:
description: 'Where to install the tejolote binary'
required: false
Expand Down

0 comments on commit 841d76a

Please sign in to comment.