File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
1414 fetch-depth : 200
1515
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@main
1818 with :
1919 java-version : 17
2020 distribution : zulu
2121 cache : gradle
2222
2323 - name : Loom Cache
24- uses : actions/cache@v4
24+ uses : actions/cache@main
2525 with :
2626 path : " **/.gradle/loom-cache"
2727 key : " ${{ runner.os }}-gradle-${{ hashFiles('**/libs.versions.*', '**/*.gradle*', '**/gradle-wrapper.properties') }}"
2828 restore-keys : " ${{ runner.os }}-gradle-"
2929
30- - uses : gradle/actions/wrapper-validation@v4
30+ - uses : gradle/actions/wrapper-validation@main
3131
3232 - run : chmod +x ./gradlew
3333
3737 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
3838
3939 - name : Upload Build Artifacts forge
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@main
4141 with :
4242 name : IamMusicPlayerRenewedForge
4343 path : forge/build/libs
You can’t perform that action at this time.
0 commit comments