From 94171ea2fad30e86c0031c438c44b9bc9ccb7f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:22:16 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 32d6b4a..db8e1c8 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -32,7 +32,7 @@ jobs: helm registry login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io - name: Setup Node.js 📦 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/*