From 2a24dd42e80cdffcde273cbce0d77e60df07a941 Mon Sep 17 00:00:00 2001 From: alex-mccarthy-unity Date: Mon, 4 Mar 2024 14:29:47 +0100 Subject: [PATCH] Update pre-commit ruby version to 2.7 Hopefully fixes `Error: Version 2.6 not found` error seen in https://github.com/Unity-Technologies/ml-agents/actions/runs/8140559964/job/22245982001?pr=6062 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 511a42bcc81..f3b311ab9ec 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -21,7 +21,7 @@ jobs: env: ImageOS: ubuntu20 with: - ruby-version: '2.6' + ruby-version: '2.7' - uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.100'