Skip to content

Commit 0723ae4

Browse files
author
Fr4gm3nt3d_sh
committed
Update .github/workflows/gradle.yml
1 parent d73e2c4 commit 0723ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)