Skip to content

Commit

Permalink
Update README.md formatting and add installation steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed May 28, 2024
1 parent 5a76620 commit 980af31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
Expand All @@ -34,7 +34,7 @@ jobs:

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
uses: advanced-security/maven-dependency-submission-action@4
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 980af31

Please sign in to comment.