Skip to content

Commit c1ee1c4

Browse files
Bump actions/setup-java from 5.4.0 to 5.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c2eafd commit c1ee1c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Setup up JDK
17-
uses: actions/setup-java@v5.4.0
17+
uses: actions/setup-java@v5.5.0
1818
with:
1919
java-version: 25
2020
cache: 'maven'

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v7
1313
- name: Set up Maven Central Repository
14-
uses: actions/setup-java@v5.4.0
14+
uses: actions/setup-java@v5.5.0
1515
with:
1616
java-version: 25
1717
distribution: 'temurin'

0 commit comments

Comments
 (0)