diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e401f13e0..74a7375d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: Bootstrap project @@ -68,7 +68,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 22 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22.23.1 - name: Update NPM @@ -89,7 +89,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 22 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22.23.1 - name: Update NPM