Skip to content

Commit 65b3e4c

Browse files
build(deps): bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- 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>
1 parent 1650c20 commit 65b3e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- uses: actions/checkout@v3
118118

119-
- uses: actions/setup-java@v3
119+
- uses: actions/setup-java@v4
120120
with:
121121
java-version: '8'
122122
distribution: 'temurin'

0 commit comments

Comments
 (0)