Skip to content

Commit

Permalink
Update workflow for Node 20 (more action v4 changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeMunkie committed May 11, 2024
1 parent 5c612f0 commit 38d2486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -33,4 +33,4 @@ jobs:

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v4.0.3
uses: advanced-security/maven-dependency-submission-action@v4

0 comments on commit 38d2486

Please sign in to comment.