From 2b3548d227f8624e9f5810bc90ee1ab71e67ee01 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Fri, 20 Sep 2024 21:05:27 -0400 Subject: [PATCH] =?UTF-8?q?*=20v5=20does=20not=20exist=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- octo/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octo/test.go b/octo/test.go index 6e80ce3f..50705383 100644 --- a/octo/test.go +++ b/octo/test.go @@ -242,7 +242,7 @@ func ContributeTest(descriptor Descriptor) (*Contribution, error) { if len(integrationTestsWithMake) > 0 { j.Steps = append(j.Steps, actions.Step{ Name: "Set up JDK", - Uses: "actions/setup-java@v5", + Uses: "actions/setup-java@v4", With: map[string]interface{}{ "java-version": JavaVersion, "distribution": "liberica",