We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e399b3 commit b3fc2fbCopy full SHA for b3fc2fb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Set up JVM
27
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
28
with:
29
distribution: 'temurin'
30
java-version: ${{ matrix.java }}
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
java-version: '11'
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
14
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
15
16
17
0 commit comments