From 050f1f6918d903b6f178003d9f0980fafaa24bfb Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 27 Jun 2025 12:25:22 -0700 Subject: [PATCH] Updated checkout. --- unity-composite/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-composite/action.yaml b/unity-composite/action.yaml index dc74fd3..b9e5de3 100644 --- a/unity-composite/action.yaml +++ b/unity-composite/action.yaml @@ -45,7 +45,7 @@ runs: using: "composite" steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: https://github.com/actions/checkout@v3 - uses: act/unity/unity-project@master with: platform: ${{ inputs.platform }}