diff --git a/.github/workflows/ci-update.yml b/.github/workflows/ci-update.yml index 1f9eb9c47f..9b1e39cf90 100644 --- a/.github/workflows/ci-update.yml +++ b/.github/workflows/ci-update.yml @@ -126,7 +126,7 @@ jobs: ref: '4d29f59abac6aeed6fbc2467e24fc17560057bcb' # 3.0.1 commit ID - name: 'Setup Node.js' if: needs.get-chart.outputs.values-updated == 'true' && github.event.action != 'edited' - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: '24.x' - name: 'Get npm cache directory'