From 9a1f6b8d9c7622f7eee4c1d24aadc7aefc43b3a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:11:41 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/sync-from-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-from-upstream.yaml b/.github/workflows/sync-from-upstream.yaml index 2909d290..2cc8c5a7 100644 --- a/.github/workflows/sync-from-upstream.yaml +++ b/.github/workflows/sync-from-upstream.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: | # Get the last tag from fork repo LAST_TAG=$(git ls-remote --tags --sort='v:refname' --refs $fork_repo \