@@ -19,13 +19,13 @@ jobs:
1919 name : Subtree for Common
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/create-github-app-token@v1
22+ - uses : actions/create-github-app-token@v2
2323 id : app-token
2424 with :
2525 app-id : ${{ vars.SUBTREE_APP_ID }}
2626 private-key : ${{ secrets.SUBTREE_APP_PRIVATE_KEY }}
2727 owner : ${{ github.repository_owner }}
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 token : ${{ steps.app-token.outputs.token }}
3131 fetch-depth : 0
@@ -39,13 +39,13 @@ jobs:
3939 name : Subtree for Http
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/create-github-app-token@v1
42+ - uses : actions/create-github-app-token@v2
4343 id : app-token
4444 with :
4545 app-id : ${{ vars.SUBTREE_APP_ID }}
4646 private-key : ${{ secrets.SUBTREE_APP_PRIVATE_KEY }}
4747 owner : ${{ github.repository_owner }}
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 token : ${{ steps.app-token.outputs.token }}
5151 fetch-depth : 0
@@ -59,13 +59,13 @@ jobs:
5959 name : Subtree for Plugin
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/create-github-app-token@v1
62+ - uses : actions/create-github-app-token@v2
6363 id : app-token
6464 with :
6565 app-id : ${{ vars.SUBTREE_APP_ID }}
6666 private-key : ${{ secrets.SUBTREE_APP_PRIVATE_KEY }}
6767 owner : ${{ github.repository_owner }}
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 with :
7070 token : ${{ steps.app-token.outputs.token }}
7171 fetch-depth : 0
@@ -107,6 +107,7 @@ jobs:
107107 - { folder: LocationIQ, repository: locationiq-provider }
108108 - { folder: MapQuest, repository: mapquest-provider }
109109 - { folder: Mapbox, repository: mapbox-provider }
110+ - { folder: MapTiler, repository: maptiler-provider }
110111 # - { folder: Mapzen, repository: mapzen-provider }
111112 - { folder: MaxMind, repository: maxmind-provider }
112113 - { folder: MaxMindBinary, repository: maxmind-binary-provider }
@@ -119,13 +120,13 @@ jobs:
119120 - { folder: TomTom, repository: tomtom-provider }
120121 - { folder: Yandex, repository: yandex-provider }
121122 steps :
122- - uses : actions/create-github-app-token@v1
123+ - uses : actions/create-github-app-token@v2
123124 id : app-token
124125 with :
125126 app-id : ${{ vars.SUBTREE_APP_ID }}
126127 private-key : ${{ secrets.SUBTREE_APP_PRIVATE_KEY }}
127128 owner : ${{ github.repository_owner }}
128- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v5
129130 with :
130131 token : ${{ steps.app-token.outputs.token }}
131132 fetch-depth : 0
0 commit comments