Skip to content

Commit

Permalink
Merge pull request #90 from mutualmobile/renovate/actions-setup-java-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v3
  • Loading branch information
shubhamsinghmutualmobile committed Jul 29, 2023
2 parents bb57412 + 88de9ea commit 8ec56ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit 8ec56ac

Please sign in to comment.