Skip to content

Commit 488a856

Browse files
chore(deps): bump actions/setup-java from 4.3.0 to 4.4.0 (#682)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b905318 commit 488a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/setup-java@v4.3.0
23+
- uses: actions/setup-java@v4.4.0
2424
with:
2525
java-version: 11
2626
distribution: temurin

0 commit comments

Comments
 (0)