File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
1111 name : " Validate Gradle Wrapper"
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : gradle/wrapper-validation-action@v1
14+ - uses : actions/checkout@v4
15+ - uses : gradle/actions/ wrapper-validation@v4
1616 build :
1717 name : Build
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222
2323 - name : Setup Java
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 distribution : ' temurin'
2727 java-version : ' 11'
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 5
1616
1717 - name : Setup Java
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 distribution : ' temurin'
2121 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments