Skip to content

Commit

Permalink
Update mamezou-tech/setup-helmfile action to v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 1d88f99 commit 29f33b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-go-
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down

0 comments on commit 29f33b6

Please sign in to comment.