From 6574b50f8a455340c82ffbca66c8a1ff92c2c41b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:41:12 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/gen_data.yaml | 2 +- .github/workflows/schedule_builds.yaml | 2 +- .github/workflows/sync_lists.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gen_data.yaml b/.github/workflows/gen_data.yaml index 957624e5a4..1065a928f8 100644 --- a/.github/workflows/gen_data.yaml +++ b/.github/workflows/gen_data.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: 1 diff --git a/.github/workflows/schedule_builds.yaml b/.github/workflows/schedule_builds.yaml index 555ff8abaf..c26b28c083 100644 --- a/.github/workflows/schedule_builds.yaml +++ b/.github/workflows/schedule_builds.yaml @@ -49,7 +49,7 @@ jobs: continue-on-error: false - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: 1 diff --git a/.github/workflows/sync_lists.yaml b/.github/workflows/sync_lists.yaml index 628630d433..cb3584a354 100644 --- a/.github/workflows/sync_lists.yaml +++ b/.github/workflows/sync_lists.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: 1