From cbf7965780ae868048dce678c7e8f58439171542 Mon Sep 17 00:00:00 2001 From: guozichun Date: Wed, 24 Apr 2024 17:01:47 +0800 Subject: [PATCH] ci(refactor): :ferris_wheel: upgrade action version --- .changeset/khaki-fireants-rhyme.md | 5 +++++ .github/workflows/Release.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/khaki-fireants-rhyme.md diff --git a/.changeset/khaki-fireants-rhyme.md b/.changeset/khaki-fireants-rhyme.md new file mode 100644 index 0000000..6557add --- /dev/null +++ b/.changeset/khaki-fireants-rhyme.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +update action diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 6666965..cf6cbd1 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: ⬇️ Checkout id: checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: token: ${{ env.GITHUB_TOKEN }} fetch-depth: 0 @@ -47,7 +47,7 @@ jobs: echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" - name: 🔆 Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: pnpm-cache with: path: ${{ steps.get-pnpm-cache-dir.outputs.pnpm_cache_dir }}