diff --git a/.github/workflows/external-links-checker.yaml b/.github/workflows/external-links-checker.yaml index ad4ee1a1cd..721c02946b 100644 --- a/.github/workflows/external-links-checker.yaml +++ b/.github/workflows/external-links-checker.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Setup Node.js v20 - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/lighthouse-review.yaml b/.github/workflows/lighthouse-review.yaml index d053c8d051..15a00bcaae 100644 --- a/.github/workflows/lighthouse-review.yaml +++ b/.github/workflows/lighthouse-review.yaml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Node.js v20 - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a42463a7d7..d434145f49 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Setup Node.js v20 - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 20 cache: 'npm' @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 # complete history for all branches and tags - name: Setup Node.js v20 - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 20 cache: 'npm'