Skip to content

Commit

Permalink
update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Oct 15, 2024
1 parent 84eedd6 commit 36e15fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # 确保检出完整的Git历史

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # 确保检出完整的Git历史

Expand Down

0 comments on commit 36e15fb

Please sign in to comment.