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@v5
11+ uses : actions/checkout@v6
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@v5
15+ uses : actions/checkout@v6
1616 - name : Inject Trakt Keys
1717 env :
1818 TRAKT_CLIENT_ID : ${{ secrets.TRAKT_CLIENT_ID }}
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@v5
24+ uses : actions/checkout@v6
2525 with :
2626 path : project
2727
2828 - name : Checkout sync_addon_metadata_translations repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
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@v5
10+ - uses : actions/checkout@v6
1111 - name : Set up Python 3.10
1212 uses : actions/setup-python@v6
1313 with :
You can’t perform that action at this time.
0 commit comments