Skip to content

Commit ff5e560

Browse files
chore(deps): 升级 ci 依赖
1 parent e3795d4 commit ff5e560

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/detect-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
fetch-tags: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
fetch-tags: true
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install pnpm
2929
uses: pnpm/action-setup@v6
3030
with:
31-
version: 10.33.0
31+
version: 11.9.0
3232

3333
- name: Install Node
3434
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)