diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 635f3ba3b6d8..cf487566cc07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: go-version: ${{ matrix.go }} - name: Setup with node and yarn - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: '14' cache: 'yarn' @@ -185,7 +185,7 @@ jobs: go-version: ${{ matrix.go }} - name: Setup with node and yarn - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: '14' cache: 'yarn' diff --git a/.github/workflows/nightly-test-1.11.x.yaml b/.github/workflows/nightly-test-1.11.x.yaml index cd913d4eca49..10f6847487e1 100644 --- a/.github/workflows/nightly-test-1.11.x.yaml +++ b/.github/workflows/nightly-test-1.11.x.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -50,7 +50,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -89,7 +89,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -122,7 +122,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -161,7 +161,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -192,7 +192,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' diff --git a/.github/workflows/nightly-test-1.12.x.yaml b/.github/workflows/nightly-test-1.12.x.yaml index 906f2ba8fb35..4a064c844283 100644 --- a/.github/workflows/nightly-test-1.12.x.yaml +++ b/.github/workflows/nightly-test-1.12.x.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -50,7 +50,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -89,7 +89,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -122,7 +122,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -161,7 +161,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -192,7 +192,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' diff --git a/.github/workflows/nightly-test-1.13.x.yaml b/.github/workflows/nightly-test-1.13.x.yaml index 2df70ff68807..ee8006bc6749 100644 --- a/.github/workflows/nightly-test-1.13.x.yaml +++ b/.github/workflows/nightly-test-1.13.x.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -50,7 +50,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -89,7 +89,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -122,7 +122,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -161,7 +161,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -192,7 +192,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' diff --git a/.github/workflows/nightly-test-main.yaml b/.github/workflows/nightly-test-main.yaml index e823bac7b562..13a3ce99feef 100644 --- a/.github/workflows/nightly-test-main.yaml +++ b/.github/workflows/nightly-test-main.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -50,7 +50,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -89,7 +89,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -122,7 +122,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -161,7 +161,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn' @@ -192,7 +192,7 @@ jobs: ref: ${{ env.BRANCH }} # Not necessary to use yarn, but enables caching - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 14 cache: 'yarn'