Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/setup-java from 2.5.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.5.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 7d90b3d commit b69e602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# Setup Environments
- name: Setup Java
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '11' # The JDK version to make available on the path.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# Setup Environments
- name: Setup Java
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '11' # The JDK version to make available on the path.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

# Setup Environments
- name: Setup Java
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '11' # The JDK version to make available on the path.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: 11
Expand Down

0 comments on commit b69e602

Please sign in to comment.