File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 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 - name : " Setup Python"
2020 uses : actions/setup-python@v5
2121 with :
7575 environment : translations
7676 steps :
7777 - name : " Checkout Repository"
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 - name : " Refresh Pull"
8080 run : |
8181 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 - name : " Setup Python"
2525 uses : actions/setup-python@v5
2626 with :
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 :
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : " Checkout Repository"
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 - name : " Setup Python"
5656 uses : actions/setup-python@v5
5757 with :
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : " Checkout Repository"
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v5
7575 - name : " Setup Python"
7676 uses : actions/setup-python@v5
7777 with :
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - 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
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : " Checkout Repository"
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # Fetch all history for all branches
2323 - name : " Setup Python"
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"
2626 uses : ribtoks/tdg-github-action@v0.4.15-beta
2727 with :
You can’t perform that action at this time.
0 commit comments