From ecca18d0f7e22ed93d80bbb84d8fc74c8bdc187e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 30 Oct 2023 01:11:32 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/build-documentation.yml | 2 +- .github/workflows/build-mariadb.yml | 2 +- .github/workflows/build-mysql.yml | 2 +- .github/workflows/build-postgresql.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index f86a9446185..83982fafed0 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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index e81d5babfb1..33b8cda34d6 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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index d6b4c3bd6dd..658c89c752f 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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 16 - name: Congfigure vega-cli diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 0b57681ca17..856175ed75c 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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 16 - name: Congfigure vega-cli