Skip to content

Commit 5d53369

Browse files
faet: update workflow
1 parent c2a694a commit 5d53369

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v1
26+
uses: actions/setup-java@v4
2727
with:
28+
distribution: 'temurin'
2829
java-version: 17
2930

3031
- name: Build with Maven (BungeeCord)

0 commit comments

Comments
 (0)