File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 options : --user root
1212 steps :
1313 - run : apt update && apt install git -y && git --version
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
17- - uses : gradle/actions/wrapper-validation@v3
17+ - uses : gradle/actions/wrapper-validation@v5
1818 - name : Setup Gradle
19- uses : gradle/actions/setup-gradle@v3
19+ uses : gradle/actions/setup-gradle@v5
2020 with :
2121 gradle-home-cache-cleanup : true
2222 - name : Setup env properties
Original file line number Diff line number Diff line change 2828 steps :
2929 - run : apt update && apt install git -y && git --version
3030 - run : git config --global --add safe.directory /__w/ForgifiedFabricAPI/ForgifiedFabricAPI
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 - uses : FabricMC/fabric-action-scripts@v2
3838 workflow_id : release.yml
3939 - uses : gradle/actions/wrapper-validation@v3
4040 - name : Setup Gradle
41- uses : gradle/actions/setup-gradle@v3
41+ uses : gradle/actions/setup-gradle@v5
4242 with :
4343 cache-write-only : true
4444 - name : Build with Gradle
@@ -67,16 +67,16 @@ jobs:
6767 name : ${{ matrix.name }}
6868 url : ${{ matrix.url }}
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 with :
7272 fetch-depth : 0
73- - uses : actions/setup-java@v3
73+ - uses : actions/setup-java@v5
7474 with :
7575 distribution : ' microsoft'
7676 java-version : ' 21'
77- - uses : gradle/wrapper-validation-action@v1
77+ - uses : gradle/wrapper-validation-action@v3
7878 - name : Setup Gradle
79- uses : gradle/actions/setup-gradle@v3
79+ uses : gradle/actions/setup-gradle@v5
8080 with :
8181 cache-read-only : true
8282 - name : Publish with Gradle
You can’t perform that action at this time.
0 commit comments