We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f75085 commit f89f533Copy full SHA for f89f533
1 file changed
.github/workflows/build.yml
@@ -22,13 +22,12 @@ jobs:
22
run_build:
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- name: set up JDK 8
27
uses: actions/setup-java@v2
28
with:
29
java-version: '8'
30
distribution: 'temurin'
31
- cache: gradle
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
- name: ${{ inputs.action }}
0 commit comments