Skip to content

Commit

Permalink
ci: Use fork of actions/setup-java with subkey fix
Browse files Browse the repository at this point in the history
This is temporary while we wait for GitHub to merge
actions/setup-java#226

Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
  • Loading branch information
bjhargrave committed Sep 21, 2021
1 parent 7ee834b commit 3e04dbc
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: actions/setup-java@v2
uses: bjhargrave/setup-java@only-subkey-signing # actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 3e04dbc

Please sign in to comment.