Skip to content

Commit a0e2076

Browse files
Bump actions/setup-java from 4.7.0 to 4.7.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 4.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c4e86c commit a0e2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: gradle/actions/wrapper-validation@v4
3232

3333
- name: Configure JDK ${{ env.JAVA_VERSION }}
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
distribution: temurin
3737
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)