-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v2.4.0 * Update version in action.yml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fdfad41
commit e99fa59
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ runs: | |
uses: giantswarm/[email protected] | ||
with: | ||
binary: "schemalint" | ||
version: "2.3.1" | ||
version: "2.4.0" | ||
- name: Run schemalint | ||
shell: bash | ||
run: ${{ github.action_path }}/verify-helm-schema.sh ${{ inputs.rule-set }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package project | ||
|
||
var ( | ||
version = "2.3.2-dev" | ||
version = "2.4.0" | ||
) | ||
|
||
func Version() string { | ||
|