Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooastside committed Dec 7, 2023
1 parent 32ebf73 commit 8c4e1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
submodules: true

- name: Set up Java 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Build
uses: gradle/gradle-build-action@v2.8.1
uses: gradle/gradle-build-action@v2.10.0
with:
arguments: build

0 comments on commit 8c4e1cf

Please sign in to comment.