Skip to content

Commit

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

Update actions/setup-java action to v4
  • Loading branch information
manastalukdar authored Nov 29, 2023
2 parents 084602c + 7ef1500 commit 005462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout submodules
run: make git
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17.0.0"
Expand Down

0 comments on commit 005462f

Please sign in to comment.