From 42ec5bf68c1fe072c038860c8990c6a8cad287d4 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:10:03 +0200 Subject: [PATCH] ci: update validate workflow versions --- .github/workflows/validate.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2319a23..8cebe68 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,10 +25,10 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: ⎔ Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -41,7 +41,7 @@ jobs: run: npm run validate - name: ⬆️ Upload coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 release: needs: main @@ -52,12 +52,12 @@ jobs: github.ref) && github.event_name == 'push' }} steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: ⎔ Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 # Active LTS version - name: 📥 Download deps uses: bahmutov/npm-install@v1 @@ -68,9 +68,9 @@ jobs: run: npm run build - name: 🚀 Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v5 with: - semantic_version: 17 + semantic_version: 24 branches: | [ '+([0-9])?(.{+([0-9]),x}).x',