Skip to content

Commit

Permalink
Revert "Revert subtree action back to checkout v3 (#1211)"
Browse files Browse the repository at this point in the history
This reverts commit 4a8c20b.
  • Loading branch information
jbelien committed Dec 28, 2023
1 parent 4a8c20b commit 983e585
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down

0 comments on commit 983e585

Please sign in to comment.