diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e50325f..cfe117f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 147ecde..57ec98a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.x - name: Install Dependencies @@ -43,7 +43,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.x - name: Install Dependencies @@ -61,7 +61,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.x - name: Update npm @@ -106,7 +106,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} - name: Use Python ${{ matrix.python }}