Skip to content

Commit b77cc79

Browse files
Bump actions/setup-java from 4 to 5 (#274)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...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 db3b52a commit b77cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- uses: coursier/cache-action@v6
25-
- uses: actions/setup-java@v4
25+
- uses: actions/setup-java@v5
2626
with:
2727
distribution: ${{ matrix.distribution }}
2828
java-version: ${{ matrix.java }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959
- uses: coursier/cache-action@v6
60-
- uses: actions/setup-java@v4
60+
- uses: actions/setup-java@v5
6161
with:
6262
distribution: ${{ matrix.distribution }}
6363
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)