Skip to content

Commit

Permalink
Merge pull request #1630 from Automattic/fix_dependency_submit_workflow
Browse files Browse the repository at this point in the history
ci: set Java 17 on GH workflow
  • Loading branch information
wzieba authored Jan 24, 2024
2 parents 3b303f0 + d716c2c commit b76a170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-gradle-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '17'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit b76a170

Please sign in to comment.