From c2f06bd3f864e582e5b741903ba321be647e89ca Mon Sep 17 00:00:00 2001 From: Kenneth <76769232+Munckenh@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:26:15 +0800 Subject: [PATCH] ci: update GitHub action versions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30513a9..203af13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,12 +14,12 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [24] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "npm"