From 983e585224a296f701972570a1b637f8655fbbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Thu, 28 Dec 2023 11:33:51 +0100 Subject: [PATCH] Revert "Revert subtree action back to checkout v3 (#1211)" This reverts commit 4a8c20bd61318ff78f3b199e2d8928c8c2f8e0b9. --- .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 7bcf28378..b59bfcac8 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@v3 + - uses: actions/checkout@v4 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@v3 + - uses: actions/checkout@v4 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@v3 + - uses: actions/checkout@v4 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@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SUBTREE_GITHUB_TOKEN }} fetch-depth: 0