From de555605bcca7631c12dd51de7633c56c1016186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:02:44 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 3 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node_dev.yml b/.github/workflows/node_dev.yml index 4d18a55c1..9544b3433 100644 --- a/.github/workflows/node_dev.yml +++ b/.github/workflows/node_dev.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: azure/setup-helm@v3 + - uses: azure/setup-helm@v4 - name: Checkout repository uses: actions/checkout@v4 - name: Install yaml package