Skip to content

Commit

Permalink
Update actions/setup-java action to v3.10.0
Browse files Browse the repository at this point in the history
| datasource  | package            | from   | to      |
| ----------- | ------------------ | ------ | ------- |
| github-tags | actions/setup-java | v3.3.0 | v3.10.0 |
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent 2f11779 commit 4930277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 4930277

Please sign in to comment.