File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 name : Kodi Addon-Checker
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 1212 name : Kodi addon submitter
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v5
1616 - name : Generate distribution zip and submit to official kodi repository
1717 id : kodi-addon-submitter
1818 uses : xbmc/action-kodi-addon-submitter@v1.3
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 steps :
2222
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v5
2525 with :
2626 path : project
2727
2828 - name : Checkout sync_addon_metadata_translations repository
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v5
3030 with :
3131 repository : xbmc/sync_addon_metadata_translations
3232 path : sync_addon_metadata_translations
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v5
1111 - name : Set up Python 3.10
1212 uses : actions/setup-python@v2
1313 with :
You can’t perform that action at this time.
0 commit comments