Skip to content

Commit

Permalink
Merge pull request #1720 from paketo-buildpacks/v4-not-v5
Browse files Browse the repository at this point in the history
* v5 does not exist 🤦
  • Loading branch information
anthonydahanne authored Sep 21, 2024
2 parents 8c414b1 + 2b3548d commit 155a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 155a803

Please sign in to comment.