Skip to content

Commit

Permalink
ci(refactor): 🎡 upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 24, 2024
1 parent beaf6ca commit cbf7965
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-fireants-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update action
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit cbf7965

Please sign in to comment.