File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2626 language : ["python"]
2727 steps :
2828 - name : " Checkout repository"
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : " Initialize CodeQL"
3131 uses : github/codeql-action/init@v4
3232 with :
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : " Checkout Repository"
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 - name : " Setup Python"
4141 uses : actions/setup-python@v6
4242 with :
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout repository
1515 id : checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 id : setup-python
Original file line number Diff line number Diff line change 1515 pr_id : ${{ steps.convert_outputs.outputs.pr_id }}
1616 steps :
1717 - name : " Checkout Repository"
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-tags : true
2121 - name : " Install Python"
7474 environment : translations
7575 steps :
7676 - name : " Checkout Repository"
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878 - name : " Refresh Pull"
7979 run : |
8080 git fetch --all
Original file line number Diff line number Diff line change 2020 environment : translations
2121 steps :
2222 - name : " Checkout Repository"
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-tags : true
2626 - name : " Install Python"
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : " Checkout Repository"
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 - name : " Setup Python"
3737 uses : actions/setup-python@v6
3838 with :
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : " Checkout Repository"
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 - name : " Setup Python"
5757 uses : actions/setup-python@v6
5858 with :
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : " Checkout Repository"
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 - name : " Setup Python"
7575 uses : actions/setup-python@v6
7676 with :
9494 runs-on : ubuntu-latest
9595 steps :
9696 - name : " Checkout Repository"
97- uses : actions/checkout@v5
97+ uses : actions/checkout@v6
9898 - name : " Setup Python"
9999 uses : actions/setup-python@v6
100100 with :
@@ -127,7 +127,7 @@ jobs:
127127 PYTHON : ${{ matrix.python-version }}
128128 steps :
129129 - name : " Checkout Repository"
130- uses : actions/checkout@v5
130+ uses : actions/checkout@v6
131131 - name : " Setup Python"
132132 uses : actions/setup-python@v6
133133 with :
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : " Checkout Repository"
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 fetch-tags : true
@@ -108,7 +108,7 @@ jobs:
108108 GITHUB_TOKEN : ${{ secrets.ADMIN_GITHUB_TOKEN }}
109109 steps :
110110 - name : " Checkout Repository"
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112 with :
113113 fetch-depth : 0
114114 fetch-tags : true
@@ -330,7 +330,7 @@ jobs:
330330 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
331331 steps :
332332 - name : " Checkout Repository"
333- uses : actions/checkout@v5
333+ uses : actions/checkout@v6
334334 with :
335335 fetch-depth : 0
336336 fetch-tags : true
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : " Checkout Repository"
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - name : " Track TODO Action"
26262727 with :
You can’t perform that action at this time.
0 commit comments