Skip to content

Commit

Permalink
Merge pull request #1195 from square/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4
  • Loading branch information
RBusarow authored Feb 26, 2024
2 parents 8cc947a + 872e9a6 commit d523bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gradle-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs :
steps :

- name : Set up JDK
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with :
distribution : ${{inputs.distribution}}
java-version : ${{inputs.java-version}}
Expand Down

0 comments on commit d523bad

Please sign in to comment.