Skip to content

Commit

Permalink
Bump actions/setup-java from 3.6.0 to 3.7.0 #126
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 2, 2022
1 parent 13bbff5 commit f67e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v3.7.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit f67e77c

Please sign in to comment.