From b5b5087c61ac0b727d39f62d9534d42c2b7cab73 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 13 May 2026 18:28:57 +0800 Subject: [PATCH] fix(workflows): update actions/checkout and actions/setup-node to v6 --- .github/workflows/linter.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 450ec865..389b1789 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c93de2de..fb5362ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,13 +12,13 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: lts/* - run: npx githublogen env: