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 31ba536 commit d8602b2Copy full SHA for d8602b2
.github/workflows/prtest.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout repository with submodules
16
uses: actions/checkout@v3
17
- name: Setup Java
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
19
with:
20
distribution: 'temurin'
21
java-version: 17
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
22
23
24
25
26
0 commit comments