From 89d4685173f02d59e5f7d30c7993e85b3e8c992b Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 15 Jun 2022 14:00:44 -0400 Subject: [PATCH] JDK setup step name was too specific and incorrect --- .github/workflows/maven-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index e4257cc..662d69e 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - - name: Set up JDK 8 + - name: Set up JDK uses: actions/setup-java@v3 with: distribution: temurin