Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 5c9c225 commit a9b8c28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Java JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4
with:
java-version: 8
# Java distribution. See the list of supported distributions in README file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/geonetwork-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive

- name: "Setting up JDK 1.8"
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 500
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
Expand All @@ -48,7 +48,7 @@ jobs:
fetch-depth: 500
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# So, first install JDK 8, build GeoNetwork, then install JDK11
# and run SonarQube:
- name: Set up JDK 8
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build GN
run: mvn -B package -DskipTests
- name: Set up JDK 11
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit a9b8c28

Please sign in to comment.