Skip to content

Commit 297b9e7

Browse files
build(deps): bump actions/setup-java from 4 to 5
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]>
1 parent 143f65c commit 297b9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
choco install jq --version 1.7.1
5757
choco install bun --version 1.1.20
5858
if: ${{ matrix.os == 'windows' }}
59-
- uses: actions/setup-java@v4
59+
- uses: actions/setup-java@v5
6060
if: ${{ matrix.os == 'windows' }}
6161
with:
6262
distribution: 'temurin' # See 'Supported distributions' for available options

0 commit comments

Comments
 (0)