mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 22:25:41 +01:00
gradle.yml: update setup-java to v3
This commit is contained in:
parent
1ad6c0d7d0
commit
c0f8a87f16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: ${{ matrix.distribution }}
|
||||
java-version: ${{ matrix.java }}
|
||||
|
|
Loading…
Add table
Reference in a new issue