From b0a2395eb86d13ae36b27bd7b7c3f1e7bc1721f2 Mon Sep 17 00:00:00 2001 From: Paolo Dettori Date: Mon, 12 Jun 2023 16:24:28 -0400 Subject: [PATCH] update action versions for helm Signed-off-by: Paolo Dettori --- .github/workflows/helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 37985f1..6a6f436 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -21,10 +21,10 @@ jobs: uses: actions/checkout@v2 - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v3 - name: Login to registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}