File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
run : echo "$GITHUB_CONTEXT"
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : " 3.10"
28
28
# Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change 21
21
GITHUB_CONTEXT : ${{ toJson(github) }}
22
22
run : echo "$GITHUB_CONTEXT"
23
23
- uses : actions/checkout@v5
24
- - uses : actions/setup-python@v5
24
+ - uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.9'
27
27
- name : Setup uv
Original file line number Diff line number Diff line change 24
24
run : echo "$GITHUB_CONTEXT"
25
25
- uses : actions/checkout@v5
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : " 3.10"
30
30
# Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change 43
43
run : echo "$GITHUB_CONTEXT"
44
44
- uses : actions/checkout@v5
45
45
- name : Set up Python
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v6
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
- name : Setup uv
86
86
GITHUB_CONTEXT : ${{ toJson(github) }}
87
87
run : echo "$GITHUB_CONTEXT"
88
88
- uses : actions/checkout@v5
89
- - uses : actions/setup-python@v5
89
+ - uses : actions/setup-python@v6
90
90
with :
91
91
python-version : ' 3.8'
92
92
- name : Setup uv
You can’t perform that action at this time.
0 commit comments