diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 076f8ae1ec4..6ede465110f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -24,7 +24,7 @@ jobs: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91df5bf39b..c32aade8acd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 50b39ab988e..1bcad68f77e 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }}