Skip to content

Commit

Permalink
Merge pull request #36 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 Dec 23, 2023
2 parents 06296fc + ac13b13 commit 05ef520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 05ef520

Please sign in to comment.