File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 name : Subtree for Common
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
2525 fetch-depth : 0
3333 name : Subtree for Http
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 with :
3838 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
3939 fetch-depth : 0
4747 name : Subtree for Plugin
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 with :
5252 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
5353 fetch-depth : 0
@@ -101,7 +101,7 @@ jobs:
101101 - { folder: TomTom, repository: tomtom-provider }
102102 - { folder: Yandex, repository: yandex-provider }
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 with :
106106 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
107107 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments