From d1ba8a2a820d9ee85a2520ef71627f369eccffd1 Mon Sep 17 00:00:00 2001 From: ddiu8081 Date: Mon, 2 Sep 2024 03:40:32 +0800 Subject: [PATCH] chore: update github actions --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4149784..07babf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,14 +9,16 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - name: Set node + uses: actions/setup-node@v4 with: - node-version: 16.x + registry-url: https://registry.npmjs.org/ + node-version: lts/* - - run: npx changelogithub # or changelogithub@0.12 if ensure the stable result + - run: npx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file