We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bde6f commit e347e42Copy full SHA for e347e42
action.yml
@@ -83,7 +83,7 @@ runs:
83
using: composite
84
steps:
85
- name: 检出仓库
86
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
87
with:
88
fetch-depth: 0 # 检出完整记录
89
# ref: ${{ inputs.base_branch }} 不确定这个要不要加,后续看情况吧
0 commit comments