Skip to content

Commit

Permalink
Merge pull request #470 from classgraph/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-v1.4.2

Bump actions/setup-java from v1.4.1 to v1.4.2
  • Loading branch information
lukehutch authored Aug 26, 2020
2 parents 4ca3159 + dc20462 commit ad48474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1.4.1
uses: actions/setup-java@v1.4.2
with:
java-version: ${{ matrix.java }}
- name: print Java version
Expand Down

0 comments on commit ad48474

Please sign in to comment.