Skip to content

Commit

Permalink
ci: Change back to actions/setup-java with gpg key removal fix
Browse files Browse the repository at this point in the history
v2 has been updated to include
actions/setup-java#226 in the
https://github.com/actions/setup-java/commits/v2.3.1 release.

Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
  • Loading branch information
bjhargrave committed Sep 29, 2021
1 parent 072b0f2 commit af18de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit af18de1

Please sign in to comment.