From f4852dd96c2a64a6862397b54ff5ee5bbc8072e0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:24:41 +0200 Subject: [PATCH] ci: use current checkout action for branch sync --- .github/workflows/sync-main-to-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-main-to-next.yml b/.github/workflows/sync-main-to-next.yml index abbc9468c6..614175d9b4 100644 --- a/.github/workflows/sync-main-to-next.yml +++ b/.github/workflows/sync-main-to-next.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout next - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: next fetch-depth: 0