Skip to content

Commit

Permalink
GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 26, 2020
1 parent 652fa6c commit 239a008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v1.4.0
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
Expand Down

0 comments on commit 239a008

Please sign in to comment.