We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c77ccf commit 5bfd20eCopy full SHA for 5bfd20e
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: 'Check out repository'
25
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
- name: 'Set up JDK ${{ matrix.java }}'
27
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
+ uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
28
with:
29
java-version: ${{ matrix.java }}
30
distribution: 'zulu'
0 commit comments