Skip to content

Commit

Permalink
chore: update Java version in GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Sep 22, 2024
1 parent 0cf298e commit df0097f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Build and test app
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Import GPG key for git-secret
run: echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import --batch --yes
Expand Down

0 comments on commit df0097f

Please sign in to comment.