From dabad62b9fdbe09363af4eb911008ca189acb181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:00:53 +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/*