diff --git a/.github/workflows/bundler.yml b/.github/workflows/bundler.yml index 9d02f3fd7..200f09889 100644 --- a/.github/workflows/bundler.yml +++ b/.github/workflows/bundler.yml @@ -31,7 +31,7 @@ jobs: make cluster.clean cluster.opensearch.build cluster.opensearch.start - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 6ece1467a..81bfa6f8f 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -47,7 +47,7 @@ jobs: make cluster.clean cluster.opensearch.build cluster.opensearch.start - name: Use Node.js 20.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20.x diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9534eef52..8a6232514 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/generate_api.yml b/.github/workflows/generate_api.yml index 560288b32..1572c12dc 100644 --- a/.github/workflows/generate_api.yml +++ b/.github/workflows/generate_api.yml @@ -23,7 +23,7 @@ jobs: run: git config --global pull.rebase true - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index 00da11109..a9448d036 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -9,7 +9,7 @@ jobs: name: Update gh-pages with docs steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18.x - name: Install Tools diff --git a/.github/workflows/integration-unreleased.yml b/.github/workflows/integration-unreleased.yml index 7b58b99e4..80e7113b5 100644 --- a/.github/workflows/integration-unreleased.yml +++ b/.github/workflows/integration-unreleased.yml @@ -86,7 +86,7 @@ jobs: path: js-client - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.entry.node_version }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6568cfe48..d394c792e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -40,7 +40,7 @@ jobs: make cluster.clean cluster.opensearch.build cluster.opensearch.start - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -89,7 +89,7 @@ jobs: make cluster.clean cluster.opensearch.build cluster.opensearch.start - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index b23437917..73b0c788d 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/lint_api_generator.yml b/.github/workflows/lint_api_generator.yml index 6861ea189..dea73aef5 100644 --- a/.github/workflows/lint_api_generator.yml +++ b/.github/workflows/lint_api_generator.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7262ccc8d..fd68c3833 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}