Skip to content

Commit

Permalink
Revert subtree action back to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 21, 2023
1 parent 24cb742 commit 5d1fac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Subtree for Common
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -33,7 +33,7 @@ jobs:
name: Subtree for Http
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -47,7 +47,7 @@ jobs:
name: Subtree for Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- { folder: TomTom, repository: tomtom-provider }
- { folder: Yandex, repository: yandex-provider }
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down

0 comments on commit 5d1fac8

Please sign in to comment.