diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 229e12d988..564829cfb8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,7 +37,7 @@ jobs: id-token: write # to generate npm provenance statements steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: lts/* registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0325652d69..810984e9f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js 22.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Install Dependencies @@ -45,7 +45,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js 22.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Install Dependencies @@ -63,7 +63,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js 22.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Update npm @@ -120,7 +120,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Use Python ${{ matrix.python }}