Skip to content

Commit ca18d21

Browse files
author
Manpreet Singh
committed
Use older version of Java setup
1 parent 118da7f commit ca18d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v2
2626
- name: Set up JDK 11
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v1
2828
with:
2929
java-version: '11'
3030
- name: Build with Gradle

0 commit comments

Comments
 (0)