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 acd61a8 commit 636111fCopy full SHA for 636111f
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Set up JVM
26
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
27
with:
28
distribution: 'temurin'
29
java-version: ${{ matrix.java }}
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
java-version: '11'
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
13
14
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
15
16
17
0 commit comments