Skip to content

Commit 9e4b660

Browse files
chore: bump actions/setup-java from 5.1.0 to 5.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4243ab6 commit 9e4b660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6.0.1
20-
- uses: actions/setup-java@v5.1.0
20+
- uses: actions/setup-java@v5.2.0
2121
with:
2222
distribution: 'temurin'
2323
java-version: ${{ env.JAVA_VERSION }}
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- uses: actions/checkout@v6.0.1
106-
- uses: actions/setup-java@v5.1.0
106+
- uses: actions/setup-java@v5.2.0
107107
with:
108108
distribution: 'temurin'
109109
cache: 'maven'

0 commit comments

Comments
 (0)