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 c2a694a commit 5d53369Copy full SHA for 5d53369
.github/workflows/build.yml
@@ -20,11 +20,12 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
25
- name: Set up JDK 17
26
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
27
with:
28
+ distribution: 'temurin'
29
java-version: 17
30
31
- name: Build with Maven (BungeeCord)
0 commit comments