Skip to content

Commit 2c654e0

Browse files
authored
Merge pull request #60 from ITCraftDevelopmentTeam/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a5d4c96 + a2c2999 commit 2c654e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v5
4848

4949
- name: "Setup Python"
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: 3.12 # 保证兼容性
5353

@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@v5
101101

102102
- name: "Setup Python"
103-
uses: actions/setup-python@v5
103+
uses: actions/setup-python@v6
104104
with:
105105
python-version: 3.12
106106

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: "Setup Python"
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.12
2525
- name: Setup Poetry
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v5
6464

6565
- name: "Setup Python"
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: 3.12
6969

0 commit comments

Comments
 (0)