Skip to content

Commit

Permalink
Update actions/setup-java action to v3.5.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.5.0 |
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 2f11779 commit b8a5504
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.5.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit b8a5504

Please sign in to comment.