diff --git a/.github/workflows/branch-transfer.yml b/.github/workflows/branch-transfer.yml index 1e4fd9fbf..b07d10699 100644 --- a/.github/workflows/branch-transfer.yml +++ b/.github/workflows/branch-transfer.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Add private repository as remote run: git remote add UnrealEngine https://izzy2lost:${{ secrets.GH_TOKEN }}@github.com/izzy2lost/UnrealEngine.git