diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-22 10:53:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 10:53:55 +0300 |
| commit | 429c7a8332556531d78e5543398f1056c0a8e282 (patch) | |
| tree | ca85f4af140d265f409b532d1495fc7691bd185a /.github | |
| parent | bf4ea9133131624dc32c32bd56a1a9b35cc3e83f (diff) | |
| download | auth_http-429c7a8332556531d78e5543398f1056c0a8e282.tar.xz auth_http-429c7a8332556531d78e5543398f1056c0a8e282.zip | |
Update actions/checkout action to v6renovate/actions-checkout-6.x
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/mirror.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index d4f0b33..c0704f1 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@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Mirror to remote repository |
