File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 cgl :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 99 name : Synchronize with Crowdin
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Upload sources
1515 uses : crowdin/github-action@v2
Original file line number Diff line number Diff line change 1212 outputs :
1313 release-notes-url : ${{ steps.create-release.outputs.url }}
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
4141 TYPO3_API_TOKEN : ${{ secrets.TYPO3_API_TOKEN }}
4242 TYPO3_EXCLUDE_FROM_PACKAGING : packaging_exclude.php
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747
Original file line number Diff line number Diff line change 2828 typo3DatabaseUsername : root
2929 typo3DatabasePassword : root
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
7171 typo3DatabaseUsername : root
7272 typo3DatabasePassword : root
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 with :
7676 fetch-depth : 0
7777
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 needs : coverage
113113 steps :
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115 with :
116116 fetch-depth : 0
117117
You can’t perform that action at this time.
0 commit comments