From d0cc4e559ebea2e48b50a8175d2d0684eff7f8e2 Mon Sep 17 00:00:00 2001 From: null <139585163+KubeArchitectBot@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:52:44 +0000 Subject: [PATCH] Update actions/setup-node action to v4.4.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a06ebbd2f..c7200d307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: cache: false - name: Setup Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ env.NODE_VERSION }}