From 129ab9615c859092562c677adf412ef46bd57333 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Tue, 19 Aug 2025 02:29:01 +0000 Subject: [PATCH 1/2] chore: update to Unity 2020.3.48f1 --- samples/unity-of-bugs/ProjectSettings/ProjectVersion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/unity-of-bugs/ProjectSettings/ProjectVersion.txt b/samples/unity-of-bugs/ProjectSettings/ProjectVersion.txt index c52e6cc3b..da76706d2 100644 --- a/samples/unity-of-bugs/ProjectSettings/ProjectVersion.txt +++ b/samples/unity-of-bugs/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ m_EditorVersion: 2020.3.48f1 -m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7) \ No newline at end of file +m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7) From 6cafb44e94d7ac12d06bc1469282143b5a134c35 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 25 Aug 2025 11:58:03 +0200 Subject: [PATCH 2/2] Remove sample bump step --- .github/workflows/update-deps.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index e1d9ef6d9..d7fa74cd1 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -60,12 +60,6 @@ jobs: with: ssh-key: ${{ secrets.CI_DEPLOY_KEY }} - - name: Update sample ProjectVersion.txt - if: ${{ matrix.unity-prefix == '2020.3' }} - run: | - "m_EditorVersion: ${{ steps.version-select.outputs.version }}`nm_EditorVersionWithRevision: ${{ steps.version-select.outputs.version }} (${{ steps.version-select.outputs.changeset }})" ` - | Out-File "samples\unity-of-bugs\ProjectSettings\ProjectVersion.txt" - - name: Update ci-env.ps1 run: | $file = "scripts/ci-env.ps1"