Skip to content

Commit

Permalink
fix spotless on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas3oo committed Dec 26, 2023
1 parent 73730df commit 23387a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
build-main-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version-file: ./.java-version
Expand Down

0 comments on commit 23387a9

Please sign in to comment.