ci(github-action)!: Update https://github.com/actions/setup-java action to v5 (renovate)
This commit is contained in:
parent
ffcc764133
commit
68455c65a8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
uses: https://github.com/actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue