Skip to content

Commit

Permalink
ci: update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed May 13, 2024
1 parent 2543a65 commit 847dc81
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/gradle-build-action@v2.4.2
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/gradle-build-action@v2.4.2
with:
gradle-version: 7.3
gradle-version: 7.6
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 847dc81

Please sign in to comment.