From a615df7c373633fbd1d66667cb87e259f9d40920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:46:14 +0000 Subject: chore(deps): update actions/checkout action to v6 --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/mirror.yml') diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 9fed247..7383e60 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Mirror to remote repository -- cgit v1.2.3