diff --git a/.github/workflows/dev-build-node-cpp-bindings.yml b/.github/workflows/dev-build-node-cpp-bindings.yml index b5b5435f7..1275b7b8f 100644 --- a/.github/workflows/dev-build-node-cpp-bindings.yml +++ b/.github/workflows/dev-build-node-cpp-bindings.yml @@ -104,7 +104,7 @@ jobs: submodules: recursive fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} diff --git a/.github/workflows/dev-test-install-script.yaml b/.github/workflows/dev-test-install-script.yaml index eb91772fa..70292dc63 100644 --- a/.github/workflows/dev-test-install-script.yaml +++ b/.github/workflows/dev-test-install-script.yaml @@ -37,7 +37,7 @@ jobs: oidc-provider-name: gh-aerospike-clients oidc-audience: aerospike/clients - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/master-upload-jfrog-build-to-npm.yml b/.github/workflows/master-upload-jfrog-build-to-npm.yml index bb0b913fd..7eb30460c 100644 --- a/.github/workflows/master-upload-jfrog-build-to-npm.yml +++ b/.github/workflows/master-upload-jfrog-build-to-npm.yml @@ -34,7 +34,7 @@ jobs: oidc-provider-name: gh-aerospike-clients oidc-audience: aerospike/clients - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/master-verify-npm-install.yml b/.github/workflows/master-verify-npm-install.yml index 3cd106e2a..ad4f3c0fd 100644 --- a/.github/workflows/master-verify-npm-install.yml +++ b/.github/workflows/master-verify-npm-install.yml @@ -24,7 +24,7 @@ jobs: if: ${{ matrix.os != 'windows-2022' }} run: rm -rf ${{ github.workspace }}/* - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.nodejs-tag[1] }} diff --git a/.github/workflows/stage-comprehensive-tests.yml b/.github/workflows/stage-comprehensive-tests.yml index 086b8bfb8..39f065cd0 100644 --- a/.github/workflows/stage-comprehensive-tests.yml +++ b/.github/workflows/stage-comprehensive-tests.yml @@ -83,7 +83,7 @@ jobs: submodules: recursive fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -226,7 +226,7 @@ jobs: submodules: recursive fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -368,7 +368,7 @@ jobs: submodules: recursive fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -521,7 +521,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -641,7 +641,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -781,7 +781,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -886,7 +886,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -1000,7 +1000,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -1100,7 +1100,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -1244,7 +1244,7 @@ jobs: run: node ./scripts/change-install-command.js working-directory: downloaded-artifacts/aerospike/${{ inputs.version }} - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 #if: ${{ inputs.platform-tag == 'macosx_arm64' }} with: node-version: ${{ matrix.nodejs-tag[1] }} @@ -1314,7 +1314,7 @@ jobs: # We need the last tag before the ref, so we can relabel the version if needed fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.nodejs-tag[1] }}