8000 dependency: bump actions/setup-java from 3 to 4 · checkstyle/checkstyle@e2c65c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2c65c1

Browse files
dependabot[bot]romani
authored andcommitted
dependency: 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 ab89486 commit e2c65c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
fileName: "extractor-all-${{env.EXTRACTOR_VERSION}}.jar"
248248

249249
- name: Set up Java 21
250-
uses: actions/setup-java@v3
250+
uses: actions/setup-java@v4
251251
with:
252252
distribution: 'temurin'
253253
java-version: '21'

0 commit comments

Comments
 (0)
0