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 2626 language : ["python"]
2727 steps :
2828 - name : " Checkout repository"
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : " Initialize CodeQL"
3131 uses : github/codeql-action/init@v3
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@v4
39+ uses : actions/checkout@v5
4040 - name : " Setup Python"
4141 uses : actions/setup-python@v5
4242 with :
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@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-tags : true
2121 - name : " Install Python"
7474 environment : translations
7575 steps :
7676 - name : " Checkout Repository"
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
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@v4
23+ uses : actions/checkout@v5
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@v4
35+ uses : actions/checkout@v5
3636 - name : " Setup Python"
3737 uses : actions/setup-python@v5
3838 with :
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : " Checkout Repository"
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 - name : " Setup Python"
5757 uses : actions/setup-python@v5
5858 with :
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : " Checkout Repository"
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 - name : " Setup Python"
7575 uses : actions/setup-python@v5
7676 with :
9494 runs-on : ubuntu-latest
9595 steps :
9696 - name : " Checkout Repository"
97- uses : actions/checkout@v4
97+ uses : actions/checkout@v5
9898 - name : " Setup Python"
9999 uses : actions/setup-python@v5
100100 with :
@@ -131,7 +131,7 @@ jobs:
131131 PYTHON : ${{ matrix.python-version }}
132132 steps :
133133 - name : " Checkout Repository"
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v5
135135 - name : " Setup Python"
136136 uses : actions/setup-python@v5
137137 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@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 fetch-tags : true
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 steps :
6868 - name : " Checkout Repository"
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070 with :
7171 fetch-depth : 0
7272 fetch-tags : true
@@ -172,7 +172,7 @@ jobs:
172172 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173173 steps :
174174 - name : " Checkout Repository"
175- uses : actions/checkout@v4
175+ uses : actions/checkout@v5
176176 with :
177177 fetch-depth : 0
178178 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@v4
24+ uses : actions/checkout@v5
2525 - name : " Track TODO Action"
26262727 with :
You can’t perform that action at this time.
0 commit comments