Skip to content

Commit

Permalink
Update JDK and Gradle versions in dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jun 21, 2024
1 parent f05e837 commit 6671fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-version: 22

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
with:
gradle-version: 8.7
gradle-version: 8.8

0 comments on commit 6671fa9

Please sign in to comment.