File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,31 @@ jobs:
1010 runs-on : " ubuntu-latest"
1111 steps :
1212 - name : Checkout repository
13- uses : " actions/checkout@v4.1.7 "
13+ uses : " actions/checkout@v5.0.0 "
1414 - name : Set up JDK
15- uses : " actions/setup-java@v4.2.2 "
15+ uses : " actions/setup-java@v5.0.0 "
1616 with :
1717 distribution : temurin
1818 java-version : 21
1919 cache : gradle
2020 - name : Cache Gradle files
21- uses : " actions/cache@v4.0.2 "
21+ uses : " actions/cache@v4.3.0 "
2222 with :
2323 path : |
2424 ~/.gradle/caches
2525 ~/.gradle/wrapper/
2626 key : ${{ runner.os }}-gradle
2727 - name : Setup Gradle
28- uses : gradle/actions/setup-gradle@v3
28+ uses : " gradle/actions/setup-gradle@v5.0.0 "
2929 with :
3030 gradle-version : " wrapper"
3131 - name : Build JARs
32- uses : Wandalen/wretry.action@master
32+ uses : " Wandalen/wretry.action@master"
3333 with :
3434 command : " gradle chiseledBuild"
3535 attempt_limit : 3
3636 - name : Upload built JARs
37- uses : " actions/upload-artifact@v4.3.6 "
37+ uses : " actions/upload-artifact@v4.6.2 "
3838 with :
3939 name : EventUtils
4040 path : |
You can’t perform that action at this time.
0 commit comments