From 5d1fac87107498da135a8fb3a7ec361ba99da35f Mon Sep 17 00:00:00 2001 From: Nyholm Date: Thu, 21 Dec 2023 17:26:08 +0100 Subject: [PATCH] Revert subtree action back to checkout v3 --- .github/workflows/subtree.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index b59bfcac8..7bcf28378 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -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 @@ -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 @@ -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 @@ -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