File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 26
26
language : ["python"]
27
27
steps :
28
28
- name : " Checkout repository"
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
- name : " Initialize CodeQL"
31
31
uses : github/codeql-action/init@v3
32
32
with :
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : " Checkout Repository"
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
- name : " Setup Python"
41
41
uses : actions/setup-python@v5
42
42
with :
Original file line number Diff line number Diff line change 15
15
pr_id : ${{ steps.convert_outputs.outputs.pr_id }}
16
16
steps :
17
17
- name : " Checkout Repository"
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-tags : true
21
21
- name : " Install Python"
74
74
environment : translations
75
75
steps :
76
76
- name : " Checkout Repository"
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
- name : " Refresh Pull"
79
79
run : |
80
80
git fetch --all
Original file line number Diff line number Diff line change 20
20
environment : translations
21
21
steps :
22
22
- name : " Checkout Repository"
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-tags : true
26
26
- name : " Install Python"
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : " Checkout Repository"
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
- name : " Setup Python"
37
37
uses : actions/setup-python@v5
38
38
with :
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : " Checkout Repository"
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
- name : " Setup Python"
57
57
uses : actions/setup-python@v5
58
58
with :
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : " Checkout Repository"
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
- name : " Setup Python"
75
75
uses : actions/setup-python@v5
76
76
with :
94
94
runs-on : ubuntu-latest
95
95
steps :
96
96
- name : " Checkout Repository"
97
- uses : actions/checkout@v4
97
+ uses : actions/checkout@v5
98
98
- name : " Setup Python"
99
99
uses : actions/setup-python@v5
100
100
with :
@@ -131,7 +131,7 @@ jobs:
131
131
PYTHON : ${{ matrix.python-version }}
132
132
steps :
133
133
- name : " Checkout Repository"
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
- name : " Setup Python"
136
136
uses : actions/setup-python@v5
137
137
with :
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : " Checkout Repository"
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 0
37
37
fetch-tags : true
66
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
67
steps :
68
68
- name : " Checkout Repository"
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
with :
71
71
fetch-depth : 0
72
72
fetch-tags : true
@@ -172,7 +172,7 @@ jobs:
172
172
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173
173
steps :
174
174
- name : " Checkout Repository"
175
- uses : actions/checkout@v4
175
+ uses : actions/checkout@v5
176
176
with :
177
177
fetch-depth : 0
178
178
fetch-tags : true
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : " Checkout Repository"
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
- name : " Track TODO Action"
26
26
27
27
with :
You can’t perform that action at this time.
0 commit comments