From 08c3193bcf26fd85617cbb92a3e4dea9721c2155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:37:47 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/main.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 145c1df..a535e25 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,11 +17,11 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - run: npm test # - uses: codecov/codecov-action@v4 @@ -34,11 +34,11 @@ jobs: if: github.ref != 'refs/heads/main' needs: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: | @@ -59,11 +59,11 @@ jobs: if: github.ref == 'refs/heads/main' needs: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: |