mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Bump actions/setup-java from v1.4.3 to v2 (#33)
* Bump actions/setup-java from v1.4.3 to v2 Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.3 to v2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1.4.3...8764a52df183aa0ccea74521dfd9d506ffc7a19a) Signed-off-by: dependabot[bot] <support@github.com> * Update ci.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
parent
35fa684e4b
commit
64194fb6f9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -13,9 +13,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v1.4.3
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: 'adopt'
|
||||
check-latest: true
|
||||
|
||||
- name: Cache Gradle dependencies
|
||||
uses: actions/cache@v2.1.4
|
||||
|
|
Loading…
Reference in a new issue