From 4fa40b94c6023118ba875ee48d8d5852c89edc37 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 13 Jul 2026 15:17:16 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- __tests__/toolchains.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/toolchains.test.ts b/__tests__/toolchains.test.ts index d8970e83..fe523aa5 100644 --- a/__tests__/toolchains.test.ts +++ b/__tests__/toolchains.test.ts @@ -958,7 +958,7 @@ describe('toolchains tests', () => { it('preserves toolchains from previous executions across multiple setup-java runs', async () => { // Regression test for https://github.com/actions/setup-java/issues/1099 - // Running setup-java several times in the same job (e.g. matrix / multiple + // Running setup-java several times in the same job (e.g. multiple steps / multiple // java-version entries) must accumulate every JDK in toolchains.xml rather // than replacing previously registered entries. (core.getInput as jest.Mock).mockImplementation((name: string) => {