Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2024
1 parent c169ef5 commit a950e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'npm'
cache-dependency-path: 'frontend/src/main/webapp/package-lock.json'
- name: Set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subflow_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'
cache-dependency-path: 'frontend/src/main/webapp/package-lock.json'
- name: Set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down

0 comments on commit a950e77

Please sign in to comment.