We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fbb8e commit 2b359beCopy full SHA for 2b359be
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
distribution: 'temurin'
17
18
- name: Setup Gradle
19
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
20
with:
21
validate-wrappers: true
22
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
23
24
25
@@ -41,4 +41,4 @@ jobs:
41
- name: Sync README
42
run: ./gradlew modrinthSyncBody
43
env:
44
- MODRINTH_TOKEN: ${{ secrets.MODRINTH_MASCOT_TOKEN }}
+ MODRINTH_TOKEN: ${{ secrets.MODRINTH_MASCOT_TOKEN }}
0 commit comments