Skip to content

Commit

Permalink
[update][dep] Bump actions/setup-java from 4.3.0 to 4.4.0 (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent da9150e commit 0db4dda
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.3.0
uses: actions/setup-java@v4.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 @@ -39,7 +39,7 @@ jobs:
maven-version: 3.8.8

- name: 4. Set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.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@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down

0 comments on commit 0db4dda

Please sign in to comment.