Skip to content

Commit db3a70e

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#30)
1 parent 851a550 commit db3a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
using: composite
8484
steps:
8585
- name: 检出仓库
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787
with:
8888
fetch-depth: 0 # 检出完整记录
8989
# ref: ${{ inputs.base_branch }} 不确定这个要不要加,后续看情况吧

0 commit comments

Comments
 (0)