There was an error while loading. Please reload this page.
1 parent 609393b commit 6b35d39Copy full SHA for 6b35d39
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
23
- name: Set up JDK
24
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
25
with:
26
java-version: ${{ env.JDK_CURRENT }}
27
distribution: ${{ env.DISTRIBUTION }}
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments