Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tushartushar authored Dec 31, 2024
1 parent 47fb30c commit eb2c486
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'corretto'
java-version: 21
- name: Build with Maven
run: mvn clean install
# - name: Download DesigniteJava
Expand Down

0 comments on commit eb2c486

Please sign in to comment.