Skip to content

Commit bf622eb

Browse files
build(deps): bump actions/setup-java from 3 to 5 (#194)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9cf3b1 commit bf622eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-acc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- uses: actions/checkout@v4
216216
with:
217217
ref: main
218-
- uses: actions/setup-java@v3
218+
- uses: actions/setup-java@v5
219219
with:
220220
distribution: 'temurin'
221221
java-version: '8'

0 commit comments

Comments
 (0)