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 19
19
name : Subtree for Common
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v3
23
23
with :
24
24
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
25
25
fetch-depth : 0
33
33
name : Subtree for Http
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v3
37
37
with :
38
38
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
39
39
fetch-depth : 0
47
47
name : Subtree for Plugin
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v3
51
51
with :
52
52
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
53
53
fetch-depth : 0
@@ -101,7 +101,7 @@ jobs:
101
101
- { folder: TomTom, repository: tomtom-provider }
102
102
- { folder: Yandex, repository: yandex-provider }
103
103
steps :
104
- - uses : actions/checkout@v4
104
+ - uses : actions/checkout@v3
105
105
with :
106
106
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
107
107
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments