Skip to content

Commit 8377524

Browse files
committed
chore: upgrade deps
1 parent 36222ff commit 8377524

File tree

3 files changed

+2693
-2425
lines changed

3 files changed

+2693
-2425
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v5
1515
- name: Create Release for Tag
1616
id: release_tag
17-
uses: yyx990803/release-tag@master
17+
uses: yyx990803/release-tag@8cccf7c5aa332d71d222df46677f70f77a8d2dc0 # v1.0.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.3.3",
44
"license": "MIT",
55
"author": "Evan You",
6-
"packageManager": "pnpm@7.33.5",
6+
"packageManager": "pnpm@10.18.0",
77
"files": [
88
"dist"
99
],

0 commit comments

Comments
 (0)