diff --git a/.github/workflows/Backup to Gitlab.yml b/.github/workflows/Backup to Gitlab.yml index a953fe5..faa7d30 100644 --- a/.github/workflows/Backup to Gitlab.yml +++ b/.github/workflows/Backup to Gitlab.yml @@ -13,7 +13,7 @@ jobs: steps: # Step 1: Check out the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch full history to avoid shallow update issues