diff --git a/.github/workflows/classifier-faces-test.yml b/.github/workflows/classifier-faces-test.yml index 0965c71d4..6025dd13b 100644 --- a/.github/workflows/classifier-faces-test.yml +++ b/.github/workflows/classifier-faces-test.yml @@ -30,7 +30,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/classifier-landmarks-test.yml b/.github/workflows/classifier-landmarks-test.yml index 0d9d39b60..8662e826d 100644 --- a/.github/workflows/classifier-landmarks-test.yml +++ b/.github/workflows/classifier-landmarks-test.yml @@ -37,7 +37,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/classifier-test.yml b/.github/workflows/classifier-test.yml index 955745d67..12cce15cf 100644 --- a/.github/workflows/classifier-test.yml +++ b/.github/workflows/classifier-test.yml @@ -30,7 +30,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/cluster-faces-test.yml b/.github/workflows/cluster-faces-test.yml index 9fa632a75..6f606d12b 100644 --- a/.github/workflows/cluster-faces-test.yml +++ b/.github/workflows/cluster-faces-test.yml @@ -91,7 +91,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/files-scan-test.yml b/.github/workflows/files-scan-test.yml index 76b57f78f..2fa0da504 100644 --- a/.github/workflows/files-scan-test.yml +++ b/.github/workflows/files-scan-test.yml @@ -86,7 +86,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/full-run-test.yml b/.github/workflows/full-run-test.yml index cd49e0a49..1b54b2a70 100644 --- a/.github/workflows/full-run-test.yml +++ b/.github/workflows/full-run-test.yml @@ -108,7 +108,7 @@ jobs: fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index 74c5e9c88..40a6e11a7 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -66,7 +66,7 @@ jobs: fallbackNpm: '^10' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }}