From d5e75c481354c36d58f3fc0efacb5457571a68bc Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 14 Jul 2026 05:43:13 -0700 Subject: [PATCH] fix(ci): correct setup-node version comment in tag-release.yml (#42039) --- .github/workflows/tag-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 7488c555568..fdf67aa0881 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -75,7 +75,7 @@ jobs: - name: Use Node.js 20 # zizmor: ignore[cache-poisoning] - node only runs the supersetbot CLI; no dependency cache is enabled - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 package-manager-cache: false @@ -133,7 +133,7 @@ jobs: - name: Use Node.js 20 # zizmor: ignore[cache-poisoning] - node only runs the supersetbot CLI; no dependency cache is enabled - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 package-manager-cache: false