Skip to content

Commit

Permalink
feat(cicd): upgrade java version from 1.8 -> 11
Browse files Browse the repository at this point in the history
Signed-off-by: Taranjeet Singh <[email protected]>
  • Loading branch information
singhtaranjeet committed Aug 25, 2023
1 parent acaecce commit 3e728f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
# with:
# token: ${{ secrets.TOKEN }}

- uses: actions/setup-java@v1
- uses: actions/setup-java@v3.0.0
with:
java-version: 1.8
distribution: "zulu"
java-version: "11"

- uses: subosito/[email protected]
with:
channel: "stable"
Expand Down

0 comments on commit 3e728f9

Please sign in to comment.