Skip to content

Commit b749df5

Browse files
chore: bump actions/setup-java from 1 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02b5c74 commit b749df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: coursier/cache-action@v6
2323
- name: Set up JDK 1.8
24-
uses: actions/setup-java@v1
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: 1.8
2727
- name: Run tests
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: coursier/cache-action@v6
4141
- name: Set up JDK 1.8
42-
uses: actions/setup-java@v1
42+
uses: actions/setup-java@v4
4343
with:
4444
java-version: 1.8
4545
- name: Publish library

0 commit comments

Comments
 (0)