ci: use current checkout action for branch sync

This commit is contained in:
Andras Bacsai
2026-08-18 16:24:41 +02:00
parent 9281e8604c
commit f4852dd96c
+1 -1
View File
@@ -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