Skip to content

Commit

Permalink
init : [workflows] buildApiServer setup java v3 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM committed Dec 30, 2022
1 parent 7e5947e commit 90e3d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildApiServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'corretto'
Expand Down

0 comments on commit 90e3d0d

Please sign in to comment.