Skip to content

Commit

Permalink
Bump actions/setup-java from 2.3.1 to 2.4.0 (wgzhao#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 30, 2021
1 parent c76456c commit 900ea37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Setup Java JDK
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
# The Java version to make available on the path. Takes a whole or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x). Early access versions can be specified in the form of e.g. 14-ea, 14.0.0-ea, or 14.0.0-ea.28
java-version: 1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# ]

- name: 4. Set up JDK
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
maven-version: 3.5.4
- name: Set up JDK 8
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down

0 comments on commit 900ea37

Please sign in to comment.