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 deb49eb commit 5eff0ecCopy full SHA for 5eff0ec
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
name: testcases
54
55
- name: Set up Java
56
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
57
with:
58
distribution: 'temurin'
59
java-version: '${{ matrix.java-version }}'
@@ -80,7 +80,7 @@ jobs:
80
- name: checkout
81
uses: actions/checkout@v5
82
83
84
85
86
java-version: '17'
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Setup Java
27
28
29
java-version: 11
30
0 commit comments