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 16
16
- uses : actions/checkout@v5
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.10"
22
22
Original file line number Diff line number Diff line change 45
45
steps :
46
46
- name : Checkout generic
47
47
uses : actions/checkout@v5
48
- - uses : actions/setup-python@v5
48
+ - uses : actions/setup-python@v6
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
94
94
if : github.event_name == 'pull_request_target'
95
95
with :
96
96
ref : ${{ github.event.pull_request.head.sha }}
97
- - uses : actions/setup-python@v5
97
+ - uses : actions/setup-python@v6
98
98
with :
99
99
python-version : ${{ matrix.python-version }}
100
100
cache-dependency-path : pyproject.toml
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v5
16
16
17
17
# Step 2: Set up Python
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : " 3.x"
21
21
cache : " pip"
Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v5
24
24
25
25
- name : Set up Python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.x"
29
29
cache : " pip"
You can’t perform that action at this time.
0 commit comments