From 6f3d95632040f226d5e6c74883299f17bb6bef1c Mon Sep 17 00:00:00 2001 From: Maciej Maciejko Date: Wed, 28 Feb 2024 15:46:46 +0100 Subject: [PATCH] gh actions --- .github/workflows/helm-lint.yml | 2 +- .github/workflows/helm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 5924ed8..a69aed6 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Helm - uses: azure/setup-helm@v3.5.0 + uses: azure/setup-helm@v4.0.0 with: version: 'v3.7.0' diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index ac4239a..0768620 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Helm - uses: azure/setup-helm@v3.5.0 + uses: azure/setup-helm@v4.0.0 with: version: 'v3.7.0'