diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-07 20:51:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 15:21:54 +0000 |
commit | 1df01a2f5486f400cac35af49f2fc474c5206204 (patch) | |
tree | c018633f54a96ac70ce3660fa2d4748175978bcd /.github/workflows/draft_new_release.yml | |
parent | 38bfcfdcaef8c71358b50171e384b88347ad3eed (diff) |
Upgrade workflows to use Java 17 (#1579)
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 21454225..ee04aa2c 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -39,7 +39,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Update changelog |