File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments