mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-03 05:08:35 +02:00
Upgrade to reference actions/setup-java@v2
- Update all references in README.md - Update version used in `pr-build-scan-comment` - Discourage the use of `cache: gradle` with `setup-java@v2`
This commit is contained in:
parent
a7c463b44a
commit
f4e053dda1
2 changed files with 8 additions and 6 deletions
2
.github/workflows/pr-build-scan-comment.yml
vendored
2
.github/workflows/pr-build-scan-comment.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 11
|
||||
- uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue