Skip to content

Commit

Permalink
Merge pull request #59 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
outductor authored Dec 21, 2023
2 parents 9a7e42c + c4e45c2 commit 5034ece
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: 11
Expand Down

0 comments on commit 5034ece

Please sign in to comment.