diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a70e485e1b7..173357ecff9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: cache: npm diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 68c5ea744b2..b2858d14249 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: cache: npm diff --git a/.github/workflows/cspell-cli.yml b/.github/workflows/cspell-cli.yml index 6aa4c669bfb..f09c5cd3ea3 100644 --- a/.github/workflows/cspell-cli.yml +++ b/.github/workflows/cspell-cli.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: cache: npm diff --git a/.github/workflows/cspell4-integration-update.yml b/.github/workflows/cspell4-integration-update.yml index 3f19835131c..98ab8193036 100644 --- a/.github/workflows/cspell4-integration-update.yml +++ b/.github/workflows/cspell4-integration-update.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ env.REF_BRANCH }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v3.1.0 with: cache: npm - name: Install diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index bd10c8cd863..2ff263e2554 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/lint-docs.yml b/.github/workflows/lint-docs.yml index d3ac21eccb6..a5ffd8518f6 100644 --- a/.github/workflows/lint-docs.yml +++ b/.github/workflows/lint-docs.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: cache: npm - run: npm ci diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36036ab3056..e1d4040ebd6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: cache: npm diff --git a/.github/workflows/test-build-docs.yml b/.github/workflows/test-build-docs.yml index e1baad4c4f7..58b941aab90 100644 --- a/.github/workflows/test-build-docs.yml +++ b/.github/workflows/test-build-docs.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c44951bb6e..1ebbf8f020a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }} cache: "npm" @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/update-dependencies-cspell4.yml b/.github/workflows/update-dependencies-cspell4.yml index 9637bd70c4a..e25a39f7581 100644 --- a/.github/workflows/update-dependencies-cspell4.yml +++ b/.github/workflows/update-dependencies-cspell4.yml @@ -32,7 +32,7 @@ jobs: with: ref: ${{ env.REF_BRANCH }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v3.1.0 with: cache: npm - name: Update Root diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 5000ba2fec7..e820076cdbc 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -33,7 +33,7 @@ jobs: with: ref: ${{ env.REF_BRANCH }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v3.1.0 with: cache: npm - name: Setup NPM diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 724de7a01b4..013592680e7 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v3.1.0 with: cache: npm - name: Setup NPM diff --git a/.github/workflows/update-integration-snapshots.yml b/.github/workflows/update-integration-snapshots.yml index 18a733236c0..66d3f193ef9 100644 --- a/.github/workflows/update-integration-snapshots.yml +++ b/.github/workflows/update-integration-snapshots.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ env.REF_BRANCH }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v3.1.0 with: cache: npm - name: Setup NPM