Skip to content

Commit 17f0f50

Browse files
committed
Update grade-build.yml
1 parent e99eca1 commit 17f0f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
jdk: [8, 11]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v3
2121
with:
2222
java-version: ${{ matrix.jdk }}
2323
distribution: 'temurin'
2424
server-id: github
2525
settings-path: ${{ github.workspace }}
2626

2727
- name: Build with Gradle
28-
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
28+
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
2929
with:
3030
arguments: build
3131

0 commit comments

Comments
 (0)