Skip to content

Commit 4a8c20b

Browse files
authored
Revert subtree action back to checkout v3 (#1211)
1 parent 24cb742 commit 4a8c20b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/subtree.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Subtree for Common
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v3
2323
with:
2424
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
2525
fetch-depth: 0
@@ -33,7 +33,7 @@ jobs:
3333
name: Subtree for Http
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v3
3737
with:
3838
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
3939
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
name: Subtree for Plugin
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v3
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@v4
104+
- uses: actions/checkout@v3
105105
with:
106106
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
107107
fetch-depth: 0

0 commit comments

Comments
 (0)