From 3ee3463eb394e4490331aca68ea52beb44077440 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Sun, 19 Jan 2025 12:22:14 -0500 Subject: [PATCH] Update branch-transfer.yml --- .github/workflows/branch-transfer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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