Skip to content

Commit

Permalink
Bump actions/setup-java from 4.0.0 to 4.2.1 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent 11e1ccf commit 33cc436
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@v4.0.0
uses: actions/setup-java@v4.2.1
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@v4.0.0
uses: actions/setup-java@v4.2.1
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@v4.0.0
uses: actions/setup-java@v4.2.1
with:
java-version: '8'
distribution: 'adopt'
Expand Down

0 comments on commit 33cc436

Please sign in to comment.