diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-14 02:50:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 02:50:58 +0300 |
commit | 8011ff163e90338a52ec40e274b49226c236a9ef (patch) | |
tree | 8162b4700e5df1d7c580823b16a5c3db14442f34 /.github/workflows/mirror.yml | |
parent | bf4ea9133131624dc32c32bd56a1a9b35cc3e83f (diff) | |
download | auth_http-renovate/actions-checkout-5.x.tar.xz auth_http-renovate/actions-checkout-5.x.zip |
Update actions/checkout action to v5renovate/actions-checkout-5.x
Diffstat (limited to '.github/workflows/mirror.yml')
-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..1d84e14 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@v5 with: fetch-depth: 0 - name: Mirror to remote repository |