From af18de1ca20a8313608ed8ffbed3b0a98b2922b1 Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Wed, 29 Sep 2021 09:24:30 -0400 Subject: [PATCH] ci: Change back to actions/setup-java with gpg key removal fix v2 has been updated to include https://github.com/actions/setup-java/pull/226 in the https://github.com/actions/setup-java/commits/v2.3.1 release. Signed-off-by: BJ Hargrave --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index adb80172..702f8744 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -59,7 +59,7 @@ jobs: - name: Git Checkout uses: actions/checkout@v2 - name: Set up Java ${{ matrix.java }} - uses: bjhargrave/setup-java@only-subkey-signing # actions/setup-java@v2 + uses: actions/setup-java@v2 with: distribution: 'temurin' java-version: ${{ matrix.java }}