Skip to content

Commit

Permalink
Manually use setup-gradle v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Nov 14, 2024
1 parent 6797031 commit d6a71d8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"name": "Checkout",
"uses": "actions/checkout@v4"
},
{
"name": "Validate Gradle Wrapper",
"uses": "gradle/actions/wrapper-validation@v3"
},
{
"with": {
"path": "**/.gradle/loom-cache\n**/.gradle/quilt-loom-cache",
Expand All @@ -38,7 +34,7 @@
"gradle-home-cache-cleanup": true
},
"name": "Setup Gradle",
"uses": "gradle/actions/setup-gradle@v3"
"uses": "gradle/actions/setup-gradle@v4"
},
{
"uses": "fregante/setup-git-user@v2"
Expand Down Expand Up @@ -105,10 +101,6 @@
"name": "Checkout",
"uses": "actions/checkout@v4"
},
{
"name": "Validate Gradle Wrapper",
"uses": "gradle/actions/wrapper-validation@v3"
},
{
"with": {
"path": "**/.gradle/loom-cache\n**/.gradle/quilt-loom-cache",
Expand All @@ -124,7 +116,7 @@
"gradle-home-cache-cleanup": true
},
"name": "Setup Gradle",
"uses": "gradle/actions/setup-gradle@v3"
"uses": "gradle/actions/setup-gradle@v4"
},
{
"name": "Publish",
Expand All @@ -147,4 +139,4 @@

}
}
}
}

0 comments on commit d6a71d8

Please sign in to comment.