Skip to content

Commit f89f533

Browse files
Update build.yml
1 parent 8f75085 commit f89f533

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ jobs:
2222
run_build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: set up JDK 8
2727
uses: actions/setup-java@v2
2828
with:
2929
java-version: '8'
3030
distribution: 'temurin'
31-
cache: gradle
3231
- name: Grant execute permission for gradlew
3332
run: chmod +x gradlew
3433
- name: ${{ inputs.action }}

0 commit comments

Comments
 (0)