Skip to content

Commit

Permalink
ci: Gradle 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 21, 2023
1 parent 4fab3fc commit 83bc023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.3
gradle-version: 7.6
- name: Publish build
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.3
gradle-version: 7.6
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 83bc023

Please sign in to comment.