Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed May 21, 2020
1 parent fd6abd7 commit c9bfe6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v0.2.2
uses: mamezou-tech/setup-helmfile@v0.2.4
- name: Test
run: |
helmfile --version
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v0.2.2
uses: mamezou-tech/setup-helmfile@v0.2.4
with:
helmfile-version: "v0.99.2"
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-helmfile",
"version": "0.2.2",
"version": "0.2.4",
"description": "Action for setup helmfile",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c9bfe6f

Please sign in to comment.