diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index ea0caf6e83e..1dab54c0a4c 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -20,7 +20,7 @@ jobs: java-version: '17' distribution: 'zulu' cache: gradle - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 586367f0fc7..75dc2ca0134 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -39,7 +39,7 @@ jobs: java-version: '17' distribution: 'zulu' cache: gradle - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 50a388633cf..948dc0b18a3 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -39,7 +39,7 @@ jobs: java-version: '17' distribution: 'zulu' cache: gradle - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index c5093bd6b51..b51550b5727 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -40,7 +40,7 @@ jobs: java-version: '17' distribution: 'zulu' cache: gradle - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 16 - name: Congfigure vega-cli