[ci skip] Update workflow dependencies (#8489)
This commit is contained in:
parent
3dcfec4499
commit
eb494184a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
java: [17]
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: actions/checkout@v2.5.0
|
||||
- name: JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3.1.0
|
||||
uses: actions/setup-java@v3.6.0
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: 'gradle'
|
||||
|
|
Loading…
Reference in a new issue