Skip to content

Commit

Permalink
fix: bump java version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanhoeyicapps committed Mar 4, 2024
1 parent 9714949 commit 60874ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 16
java-version: 17
cache: gradle
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 16
java-version: 17
cache: gradle
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 60874ed

Please sign in to comment.