File tree Expand file tree Collapse file tree 14 files changed +328
-321
lines changed Expand file tree Collapse file tree 14 files changed +328
-321
lines changed Load Diff This file was deleted.
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
- name : " Setup Python"
20
20
uses : actions/setup-python@v5
21
21
with :
41
41
working-directory : ./docs
42
42
- name : " Crowdin"
43
43
id : crowdin
44
- uses : crowdin/github-action@v2.7.1
44
+ uses : crowdin/github-action@v2.10.0
45
45
with :
46
46
upload_sources : false
47
47
upload_translations : false
75
75
environment : translations
76
76
steps :
77
77
- name : " Checkout Repository"
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
- name : " Refresh Pull"
80
80
run : |
81
81
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
- name : " Setup Python"
25
25
uses : actions/setup-python@v5
26
26
with :
45
45
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
46
46
working-directory : ./docs
47
47
- name : " Crowdin"
48
- uses : crowdin/github-action@v2.7.1
48
+ uses : crowdin/github-action@v2.10.0
49
49
with :
50
50
upload_sources : true
51
51
upload_translations : false
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 :
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : " Checkout Repository"
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
- name : " Setup Python"
56
56
uses : actions/setup-python@v5
57
57
with :
71
71
runs-on : ubuntu-latest
72
72
steps :
73
73
- name : " Checkout Repository"
74
- uses : actions/checkout@v4
74
+ uses : actions/checkout@v5
75
75
- name : " Setup Python"
76
76
uses : actions/setup-python@v5
77
77
with :
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : " Check Semantic Pull Request"
28
- uses : amannn/action-semantic-pull-request@v5.5.3
28
+ uses : amannn/action-semantic-pull-request@v6.1.1
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : " Checkout Repository"
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0 # Fetch all history for all branches
23
23
- name : " Setup Python"
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
- uses :
ribtoks/[email protected] .14 -beta
26
+ uses :
ribtoks/[email protected] .15 -beta
27
27
with :
28
28
TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
REPO : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments