We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a2f89 commit c2a0f47Copy full SHA for c2a0f47
.github/workflows/sdkman.yml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.GH_TOKEN }}
18
ref: v${{ github.event.inputs.version }}
19
- name: Set up JDK
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
21
with:
22
distribution: 'adopt'
23
java-version: '8'
0 commit comments