From 591e867e28f0b1bbc329ee4b482c062b5ea4a672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:46:21 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/main.yaml | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 145c1df..556bd9b 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@v6 - name: Use Node.js 20.x uses: actions/setup-node@v5 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@v6 - name: Use Node.js 20.x uses: actions/setup-node@v5 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@v6 - name: Use Node.js 20.x uses: actions/setup-node@v5 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: | diff --git a/package.json b/package.json index bedbdea..85fa256 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mocha": "11.2.2", "mocha-multi-reporters": "1.5.1", "nock": "13.5.6", - "semantic-release": "24.2.3", + "semantic-release": "25.0.3", "wrangler": "4.14.4" }, "wsk": {