Skip to content

Commit a2e6a13

Browse files
Update release workflow to use JDK 17
1 parent f9432ba commit a2e6a13

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
# Set outputs for future steps
6767
echo "TAG_NAME=$GH_RELEASE_TAG_NAME" >> $GITHUB_OUTPUT
6868
69-
- name: Set up JDK 8
70-
uses: actions/setup-java@v3
69+
- name: Set up JDK 17
70+
uses: actions/setup-java@v4
7171
with:
7272
distribution: temurin
73-
java-version: 8
73+
java-version: 17
7474

7575
- name: Cache local Maven repository
7676
uses: actions/cache@v3
@@ -189,3 +189,4 @@ jobs:
189189
release_url: https://github.com/Checkmarx/ast-eclipse-plugin/releases/tag/${{ needs.release.outputs.TAG_NAME }}
190190
jira_product_name: ECLIPSE
191191
secrets: inherit
192+

0 commit comments

Comments
 (0)