Skip to content

Commit

Permalink
Merge pull request #56 from GiganticMinecraft/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…java-4.x

chore(deps): update actions/setup-java action to v4
  • Loading branch information
Lucky authored Jan 14, 2024
2 parents ae8c433 + 1fbcb39 commit dfdf120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Setup Java and cache deps
runs:
using: composite
steps:
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit dfdf120

Please sign in to comment.