Skip to content

Commit

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

- name: Set up Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit 00fb5cf

Please sign in to comment.