File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 44
44
timeout-minutes : 10
45
45
steps :
46
46
- name : Checkout generic
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
- uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
@@ -87,10 +87,10 @@ jobs:
87
87
timeout-minutes : 35
88
88
steps :
89
89
- name : Checkout generic
90
- uses : actions/checkout@v4
90
+ uses : actions/checkout@v5
91
91
if : github.event_name != 'pull_request_target'
92
92
- name : Checkout for `pull_request_target`
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
if : github.event_name == 'pull_request_target'
95
95
with :
96
96
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-24.04
13
13
steps :
14
14
# Step 1: Checkout the repository
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
# Step 2: Set up Python
18
18
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout source
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Set up Python
26
26
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments